COLOR #ED638A

HEX: #ED638A
RGB: (237,99,138)

Color info

#ED638A contains mainly red color. Web safe color of #ED638A is #FF6699 (or #F69).

RGB color model

#ED638A color RGB value is (237,99,138).

  • red value is 237;
  • green value is 99;
  • blue value is 138.
RGB:
(237,99,138)
(93%,39%,54%)

RGB channels and saturation

R 237 of 255 = 93%
G 99 of 255 = 39%
B 138 of 255 = 54%

237
99
138

R + G + B ~ 62%. #ED638A is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 99 + 138 = 474 (100%)
R 237 of 474 ~ 50%
G 99 of 474 ~ 20.89%
B 138 of 474 ~ 29.11%

%50
%20.89
%29.11

CMYK color model

#ED638A color CMYK value is (0,58,42,7).

  • cyan value is 0.00%
  • magenta value is 58.23%
  • yellow value is 41.77%
  • key color value is 7.06%
CMYK:
(0,58,42,7)
C0M58Y42K7 
(0%,58%,42%,7%)
(0.00/0.58/0.42/0.07)	

CMYK percentages

%0
%58.23
%41.77
%7.06

Codes

Color #ED638A in popluar color models

ED638A
RGB23799138
HSL343°79.31%65.88%
HSB/HSV343°58.23%92.94%
CMYK0.00%58.23%41.77%
7.06%

Color #ED638A in popluar number systems.

HEXED638A
Decimal23799138
Binary11101101110001110001010
Octal355143212

Shades and tints

Shades of #ED638A

#ED638A
(237,99,138)
#D85A7E
(216,90,126)
#C35172
(195,81,114)
#AE4866
(174,72,102)
#993F5A
(153,63,90)
#84364E
(132,54,78)
#6F2D42
(111,45,66)
#5A2436
(90,36,54)
#451B2A
(69,27,42)
#30121E
(48,18,30)
#1B0912
(27,9,18)
#000000
(0,0,0)

Tints of #ED638A

#ED638A
(237,99,138)
#EE7194
(238,113,148)
#EF7F9E
(239,127,158)
#F08DA8
(240,141,168)
#F19BB2
(241,155,178)
#F2A9BC
(242,169,188)
#F3B7C6
(243,183,198)
#F4C5D0
(244,197,208)
#F5D3DA
(245,211,218)
#F6E1E4
(246,225,228)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED638A color. Also use rgb(237,99,138) instead hex code.

Text Font Color

.myTextColor { color: #ED638A; }

<p style="color:#ED638A">This sample text font color is #ED638A.</p>

This text font color is #ED638A.


Background Color

.myBgColor { background-color: #ED638A; }

<div style="background-color:#ED638A">Inner text</div>

This div background color is #ED638A.


Border color

.myBorderColor { border: 1px solid #ED638A; }

<div style="border:3px solid #ED638A">Div</div>

This div border color is #ED638A.


Opacity

.myOpacity80 { color: #ED638A; opacity: 0.8; }

<p style="color:#ED638A;opacity:0.8;">80%</p>

Text with #ED638A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED638A;}

<p style="text-shadow: 3px 3px 1px #ED638A">Text here.</p>

This text has shadow with #ED638A color.

.textShadow {text-shadow: 3px 3px 1px #ED638A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED638A, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED638A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED638A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED638A, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED638A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED638A;
  -webkit-box-shadow:	1px 1px 3px 2px #ED638A;
  box-shadow:		1px 1px 3px 2px #ED638A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED638A;
-webkit-box-shadow: 1px 1px 3px 2px #ED638A;
box-shadow:1px 1px 3px 2px #ED638A;">
Div content here</div>
This div box has shadow with color #ED638A.

Preview

Color preview on black background

This text has color #ED638A on black background.


Color preview on white background

This text has color #ED638A on white background.



Black color preview on #ED638A background

This text has black color on #ED638A background.


White color preview on #ED638A background

This text has white color on #ED638A background.