Shades of Dark Pink #EE5079
Tints of Dark Pink #EE5079
RGB
CMYK
RGB Variations
Color information
#EE5079 (or 0xEE5079) is known color: Dark Pink. HEX triplet: EE, 50 and 79. RGB value is (238,80,121). Sum of RGB (Red+Green+Blue) = 238+80+121=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5079 is #11AF86. Grayscale: #838383. Windows color (decimal): -1159047 or 7950574. OLE color: 7950574.
HSL color Cylindrical-coordinate representation of color #EE5079: hue angle of 344.43º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5079 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 121 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.07 |
| HSL | 344.43º | 0.82% | 0.62% | - |
| HSV(B) | 344.43º | 0.66% | 0.93% | - |
| XYZ | 41.58 | 25.29 | 20.78 | - |
| YUV | 131.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 121 | 0 | 0.66 | 0.49 | 0.07 | 344.43 | 0.82 | 0.62 |
| Hex | EE | 50 | 79 | 0 | 42 | 31 | 7 | 158 | 52 | 3E |
| Octal | 356 | 120 | 171 | 0 | 102 | 61 | 7 | 530 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1111001 | 0 | 1000010 | 110001 | 111 | 101011000 | 1010010 | 111110 |
Color Harmonies of #EE5079
Complementary color
Monochromatic Colors of #EE5079
Black with #EE5079
Text Example
Text Example
White with #EE5079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5079; }
p { color: rgb(238,80,121); }
H1.HeaderClassName
{
color: #EE5079;
}
.AnyTagClassName
{
color: #EE5079;
}
</style>
background-color css
<style>
a { background-color: #EE5079; }
a { background-color: rgb(238,80,121); }
div.DivClassName
{
background-color: #EE5079;
}
.BgClassName
{
background-color: #EE5079;
}
</style>
border-color css
<style>
span { border-color: #EE5079; }
span { border-color: rgb(238,80,121); }
td.TdClassName
{
border-color: #EE5079;
}
.TagClassName
{
border-color: #EE5079;
}
</style>