Shades of Dark Pink #EE5379
Tints of Dark Pink #EE5379
RGB
CMYK
RGB Variations
Color information
#EE5379 (or 0xEE5379) is known color: Dark Pink. HEX triplet: EE, 53 and 79. RGB value is (238,83,121). Sum of RGB (Red+Green+Blue) = 238+83+121=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5379 is #11AC86. Grayscale: #858585. Windows color (decimal): -1158279 or 7951342. OLE color: 7951342.
HSL color Cylindrical-coordinate representation of color #EE5379: hue angle of 345.29º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5379 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 121 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.07 |
| HSL | 345.29º | 0.82% | 0.63% | - |
| HSV(B) | 345.29º | 0.65% | 0.93% | - |
| XYZ | 41.8 | 25.74 | 20.85 | - |
| YUV | 133.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 121 | 0 | 0.65 | 0.49 | 0.07 | 345.29 | 0.82 | 0.63 |
| Hex | EE | 53 | 79 | 0 | 41 | 31 | 7 | 159 | 52 | 3F |
| Octal | 356 | 123 | 171 | 0 | 101 | 61 | 7 | 531 | 122 | 77 |
| Binary | 11101110 | 1010011 | 1111001 | 0 | 1000001 | 110001 | 111 | 101011001 | 1010010 | 111111 |
Color Harmonies of #EE5379
Complementary color
Monochromatic Colors of #EE5379
Black with #EE5379
Text Example
Text Example
White with #EE5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5379; }
p { color: rgb(238,83,121); }
H1.HeaderClassName
{
color: #EE5379;
}
.AnyTagClassName
{
color: #EE5379;
}
</style>
background-color css
<style>
a { background-color: #EE5379; }
a { background-color: rgb(238,83,121); }
div.DivClassName
{
background-color: #EE5379;
}
.BgClassName
{
background-color: #EE5379;
}
</style>
border-color css
<style>
span { border-color: #EE5379; }
span { border-color: rgb(238,83,121); }
td.TdClassName
{
border-color: #EE5379;
}
.TagClassName
{
border-color: #EE5379;
}
</style>