Shades of Dark Pink #EE577D
Tints of Dark Pink #EE577D
RGB
CMYK
RGB Variations
Color information
#EE577D (or 0xEE577D) is known color: Dark Pink. HEX triplet: EE, 57 and 7D. RGB value is (238,87,125). Sum of RGB (Red+Green+Blue) = 238+87+125=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE577D is #11A882. Grayscale: #888888. Windows color (decimal): -1157251 or 8214510. OLE color: 8214510.
HSL color Cylindrical-coordinate representation of color #EE577D: hue angle of 344.9º 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 #EE577D is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 125 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.07 |
| HSL | 344.9º | 0.82% | 0.64% | - |
| HSV(B) | 344.9º | 0.63% | 0.93% | - |
| XYZ | 42.37 | 26.47 | 22.28 | - |
| YUV | 136.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 125 | 0 | 0.63 | 0.47 | 0.07 | 344.9 | 0.82 | 0.64 |
| Hex | EE | 57 | 7D | 0 | 3F | 2F | 7 | 159 | 52 | 40 |
| Octal | 356 | 127 | 175 | 0 | 77 | 57 | 7 | 531 | 122 | 100 |
| Binary | 11101110 | 1010111 | 1111101 | 0 | 111111 | 101111 | 111 | 101011001 | 1010010 | 1000000 |
Color Harmonies of #EE577D
Complementary color
Monochromatic Colors of #EE577D
Black with #EE577D
Text Example
Text Example
White with #EE577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE577D; }
p { color: rgb(238,87,125); }
H1.HeaderClassName
{
color: #EE577D;
}
.AnyTagClassName
{
color: #EE577D;
}
</style>
background-color css
<style>
a { background-color: #EE577D; }
a { background-color: rgb(238,87,125); }
div.DivClassName
{
background-color: #EE577D;
}
.BgClassName
{
background-color: #EE577D;
}
</style>
border-color css
<style>
span { border-color: #EE577D; }
span { border-color: rgb(238,87,125); }
td.TdClassName
{
border-color: #EE577D;
}
.TagClassName
{
border-color: #EE577D;
}
</style>