Shades of Dark Pink #EE557E
Tints of Dark Pink #EE557E
RGB
CMYK
RGB Variations
Color information
#EE557E (or 0xEE557E) is known color: Dark Pink. HEX triplet: EE, 55 and 7E. RGB value is (238,85,126). Sum of RGB (Red+Green+Blue) = 238+85+126=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE557E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE557E is #11AA81. Grayscale: #878787. Windows color (decimal): -1157762 or 8279534. OLE color: 8279534.
HSL color Cylindrical-coordinate representation of color #EE557E: hue angle of 343.92º 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 #EE557E is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 126 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.07 |
| HSL | 343.92º | 0.82% | 0.63% | - |
| HSV(B) | 343.92º | 0.64% | 0.93% | - |
| XYZ | 42.27 | 26.18 | 22.56 | - |
| YUV | 135.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 126 | 0 | 0.64 | 0.47 | 0.07 | 343.92 | 0.82 | 0.63 |
| Hex | EE | 55 | 7E | 0 | 40 | 2F | 7 | 158 | 52 | 3F |
| Octal | 356 | 125 | 176 | 0 | 100 | 57 | 7 | 530 | 122 | 77 |
| Binary | 11101110 | 1010101 | 1111110 | 0 | 1000000 | 101111 | 111 | 101011000 | 1010010 | 111111 |
Color Harmonies of #EE557E
Complementary color
Monochromatic Colors of #EE557E
Black with #EE557E
Text Example
Text Example
White with #EE557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE557E; }
p { color: rgb(238,85,126); }
H1.HeaderClassName
{
color: #EE557E;
}
.AnyTagClassName
{
color: #EE557E;
}
</style>
background-color css
<style>
a { background-color: #EE557E; }
a { background-color: rgb(238,85,126); }
div.DivClassName
{
background-color: #EE557E;
}
.BgClassName
{
background-color: #EE557E;
}
</style>
border-color css
<style>
span { border-color: #EE557E; }
span { border-color: rgb(238,85,126); }
td.TdClassName
{
border-color: #EE557E;
}
.TagClassName
{
border-color: #EE557E;
}
</style>