Shades of Dark Pink #EE5075
Tints of Dark Pink #EE5075
RGB
CMYK
RGB Variations
Color information
#EE5075 (or 0xEE5075) is known color: Dark Pink. HEX triplet: EE, 50 and 75. RGB value is (238,80,117). Sum of RGB (Red+Green+Blue) = 238+80+117=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5075 is #11AF8A. Grayscale: #838383. Windows color (decimal): -1159051 or 7688430. OLE color: 7688430.
HSL color Cylindrical-coordinate representation of color #EE5075: hue angle of 345.95º 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 #EE5075 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 117 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.07 |
| HSL | 345.95º | 0.82% | 0.62% | - |
| HSV(B) | 345.95º | 0.66% | 0.93% | - |
| XYZ | 41.34 | 25.2 | 19.51 | - |
| YUV | 131.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 117 | 0 | 0.66 | 0.51 | 0.07 | 345.95 | 0.82 | 0.62 |
| Hex | EE | 50 | 75 | 0 | 42 | 33 | 7 | 15A | 52 | 3E |
| Octal | 356 | 120 | 165 | 0 | 102 | 63 | 7 | 532 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1110101 | 0 | 1000010 | 110011 | 111 | 101011010 | 1010010 | 111110 |
Color Harmonies of #EE5075
Complementary color
Monochromatic Colors of #EE5075
Black with #EE5075
Text Example
Text Example
White with #EE5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5075; }
p { color: rgb(238,80,117); }
H1.HeaderClassName
{
color: #EE5075;
}
.AnyTagClassName
{
color: #EE5075;
}
</style>
background-color css
<style>
a { background-color: #EE5075; }
a { background-color: rgb(238,80,117); }
div.DivClassName
{
background-color: #EE5075;
}
.BgClassName
{
background-color: #EE5075;
}
</style>
border-color css
<style>
span { border-color: #EE5075; }
span { border-color: rgb(238,80,117); }
td.TdClassName
{
border-color: #EE5075;
}
.TagClassName
{
border-color: #EE5075;
}
</style>