Shades of Dark Pink #EE557F
Tints of Dark Pink #EE557F
RGB
CMYK
RGB Variations
Color information
#EE557F (or 0xEE557F) is known color: Dark Pink. HEX triplet: EE, 55 and 7F. RGB value is (238,85,127). Sum of RGB (Red+Green+Blue) = 238+85+127=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE557F is #11AA80. Grayscale: #878787. Windows color (decimal): -1157761 or 8345070. OLE color: 8345070.
HSL color Cylindrical-coordinate representation of color #EE557F: hue angle of 343.53º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE557F is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 127 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.07 |
| HSL | 343.53º | 0.82% | 0.63% | - |
| HSV(B) | 343.53º | 0.64% | 0.93% | - |
| XYZ | 42.34 | 26.21 | 22.91 | - |
| YUV | 135.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 127 | 0 | 0.64 | 0.47 | 0.07 | 343.53 | 0.82 | 0.63 |
| Hex | EE | 55 | 7F | 0 | 40 | 2F | 7 | 158 | 52 | 3F |
| Octal | 356 | 125 | 177 | 0 | 100 | 57 | 7 | 530 | 122 | 77 |
| Binary | 11101110 | 1010101 | 1111111 | 0 | 1000000 | 101111 | 111 | 101011000 | 1010010 | 111111 |
Color Harmonies of #EE557F
Complementary color
Monochromatic Colors of #EE557F
Black with #EE557F
Text Example
Text Example
White with #EE557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE557F; }
p { color: rgb(238,85,127); }
H1.HeaderClassName
{
color: #EE557F;
}
.AnyTagClassName
{
color: #EE557F;
}
</style>
background-color css
<style>
a { background-color: #EE557F; }
a { background-color: rgb(238,85,127); }
div.DivClassName
{
background-color: #EE557F;
}
.BgClassName
{
background-color: #EE557F;
}
</style>
border-color css
<style>
span { border-color: #EE557F; }
span { border-color: rgb(238,85,127); }
td.TdClassName
{
border-color: #EE557F;
}
.TagClassName
{
border-color: #EE557F;
}
</style>