Shades of Dark Pink #EE5178
Tints of Dark Pink #EE5178
RGB
CMYK
RGB Variations
Color information
#EE5178 (or 0xEE5178) is known color: Dark Pink. HEX triplet: EE, 51 and 78. RGB value is (238,81,120). Sum of RGB (Red+Green+Blue) = 238+81+120=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5178 is #11AE87. Grayscale: #848484. Windows color (decimal): -1158792 or 7885294. OLE color: 7885294.
HSL color Cylindrical-coordinate representation of color #EE5178: hue angle of 345.1º 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 #EE5178 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 120 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.07 |
| HSL | 345.1º | 0.82% | 0.63% | - |
| HSV(B) | 345.1º | 0.66% | 0.93% | - |
| XYZ | 41.59 | 25.42 | 20.48 | - |
| YUV | 132.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 120 | 0 | 0.66 | 0.50 | 0.07 | 345.1 | 0.82 | 0.63 |
| Hex | EE | 51 | 78 | 0 | 42 | 32 | 7 | 159 | 52 | 3F |
| Octal | 356 | 121 | 170 | 0 | 102 | 62 | 7 | 531 | 122 | 77 |
| Binary | 11101110 | 1010001 | 1111000 | 0 | 1000010 | 110010 | 111 | 101011001 | 1010010 | 111111 |
Color Harmonies of #EE5178
Complementary color
Monochromatic Colors of #EE5178
Black with #EE5178
Text Example
Text Example
White with #EE5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5178; }
p { color: rgb(238,81,120); }
H1.HeaderClassName
{
color: #EE5178;
}
.AnyTagClassName
{
color: #EE5178;
}
</style>
background-color css
<style>
a { background-color: #EE5178; }
a { background-color: rgb(238,81,120); }
div.DivClassName
{
background-color: #EE5178;
}
.BgClassName
{
background-color: #EE5178;
}
</style>
border-color css
<style>
span { border-color: #EE5178; }
span { border-color: rgb(238,81,120); }
td.TdClassName
{
border-color: #EE5178;
}
.TagClassName
{
border-color: #EE5178;
}
</style>