Shades of Dark Pink #EE5174
Tints of Dark Pink #EE5174
RGB
CMYK
RGB Variations
Color information
#EE5174 (or 0xEE5174) is known color: Dark Pink. HEX triplet: EE, 51 and 74. RGB value is (238,81,116). Sum of RGB (Red+Green+Blue) = 238+81+116=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5174 is #11AE8B. Grayscale: #838383. Windows color (decimal): -1158796 or 7623150. OLE color: 7623150.
HSL color Cylindrical-coordinate representation of color #EE5174: hue angle of 346.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5174 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 116 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.07 |
| HSL | 346.62º | 0.82% | 0.63% | - |
| HSV(B) | 346.62º | 0.66% | 0.93% | - |
| XYZ | 41.35 | 25.32 | 19.23 | - |
| YUV | 131.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 116 | 0 | 0.66 | 0.51 | 0.07 | 346.62 | 0.82 | 0.63 |
| Hex | EE | 51 | 74 | 0 | 42 | 33 | 7 | 15B | 52 | 3F |
| Octal | 356 | 121 | 164 | 0 | 102 | 63 | 7 | 533 | 122 | 77 |
| Binary | 11101110 | 1010001 | 1110100 | 0 | 1000010 | 110011 | 111 | 101011011 | 1010010 | 111111 |
Color Harmonies of #EE5174
Complementary color
Monochromatic Colors of #EE5174
Black with #EE5174
Text Example
Text Example
White with #EE5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5174; }
p { color: rgb(238,81,116); }
H1.HeaderClassName
{
color: #EE5174;
}
.AnyTagClassName
{
color: #EE5174;
}
</style>
background-color css
<style>
a { background-color: #EE5174; }
a { background-color: rgb(238,81,116); }
div.DivClassName
{
background-color: #EE5174;
}
.BgClassName
{
background-color: #EE5174;
}
</style>
border-color css
<style>
span { border-color: #EE5174; }
span { border-color: rgb(238,81,116); }
td.TdClassName
{
border-color: #EE5174;
}
.TagClassName
{
border-color: #EE5174;
}
</style>