Shades of Dark Pink #EE5477
Tints of Dark Pink #EE5477
RGB
CMYK
RGB Variations
Color information
#EE5477 (or 0xEE5477) is known color: Dark Pink. HEX triplet: EE, 54 and 77. RGB value is (238,84,119). Sum of RGB (Red+Green+Blue) = 238+84+119=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5477 is #11AB88. Grayscale: #868686. Windows color (decimal): -1158025 or 7820526. OLE color: 7820526.
HSL color Cylindrical-coordinate representation of color #EE5477: hue angle of 346.36º 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 #EE5477 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 119 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.07 |
| HSL | 346.36º | 0.82% | 0.63% | - |
| HSV(B) | 346.36º | 0.65% | 0.93% | - |
| XYZ | 41.76 | 25.85 | 20.24 | - |
| YUV | 134.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 119 | 0 | 0.65 | 0.50 | 0.07 | 346.36 | 0.82 | 0.63 |
| Hex | EE | 54 | 77 | 0 | 41 | 32 | 7 | 15A | 52 | 3F |
| Octal | 356 | 124 | 167 | 0 | 101 | 62 | 7 | 532 | 122 | 77 |
| Binary | 11101110 | 1010100 | 1110111 | 0 | 1000001 | 110010 | 111 | 101011010 | 1010010 | 111111 |
Color Harmonies of #EE5477
Complementary color
Monochromatic Colors of #EE5477
Black with #EE5477
Text Example
Text Example
White with #EE5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5477; }
p { color: rgb(238,84,119); }
H1.HeaderClassName
{
color: #EE5477;
}
.AnyTagClassName
{
color: #EE5477;
}
</style>
background-color css
<style>
a { background-color: #EE5477; }
a { background-color: rgb(238,84,119); }
div.DivClassName
{
background-color: #EE5477;
}
.BgClassName
{
background-color: #EE5477;
}
</style>
border-color css
<style>
span { border-color: #EE5477; }
span { border-color: rgb(238,84,119); }
td.TdClassName
{
border-color: #EE5477;
}
.TagClassName
{
border-color: #EE5477;
}
</style>