Shades of Dark Pink #EE577F
Tints of Dark Pink #EE577F
RGB
CMYK
RGB Variations
Color information
#EE577F (or 0xEE577F) is known color: Dark Pink. HEX triplet: EE, 57 and 7F. RGB value is (238,87,127). Sum of RGB (Red+Green+Blue) = 238+87+127=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE577F is #11A880. Grayscale: #888888. Windows color (decimal): -1157249 or 8345582. OLE color: 8345582.
HSL color Cylindrical-coordinate representation of color #EE577F: hue angle of 344.11º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE577F is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 127 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.07 |
| HSL | 344.11º | 0.82% | 0.64% | - |
| HSV(B) | 344.11º | 0.63% | 0.93% | - |
| XYZ | 42.5 | 26.53 | 22.96 | - |
| YUV | 136.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 127 | 0 | 0.63 | 0.47 | 0.07 | 344.11 | 0.82 | 0.64 |
| Hex | EE | 57 | 7F | 0 | 3F | 2F | 7 | 158 | 52 | 40 |
| Octal | 356 | 127 | 177 | 0 | 77 | 57 | 7 | 530 | 122 | 100 |
| Binary | 11101110 | 1010111 | 1111111 | 0 | 111111 | 101111 | 111 | 101011000 | 1010010 | 1000000 |
Color Harmonies of #EE577F
Complementary color
Monochromatic Colors of #EE577F
Black with #EE577F
Text Example
Text Example
White with #EE577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE577F; }
p { color: rgb(238,87,127); }
H1.HeaderClassName
{
color: #EE577F;
}
.AnyTagClassName
{
color: #EE577F;
}
</style>
background-color css
<style>
a { background-color: #EE577F; }
a { background-color: rgb(238,87,127); }
div.DivClassName
{
background-color: #EE577F;
}
.BgClassName
{
background-color: #EE577F;
}
</style>
border-color css
<style>
span { border-color: #EE577F; }
span { border-color: rgb(238,87,127); }
td.TdClassName
{
border-color: #EE577F;
}
.TagClassName
{
border-color: #EE577F;
}
</style>