Shades of Dark Pink #EE527C
Tints of Dark Pink #EE527C
RGB
CMYK
RGB Variations
Color information
#EE527C (or 0xEE527C) is known color: Dark Pink. HEX triplet: EE, 52 and 7C. RGB value is (238,82,124). Sum of RGB (Red+Green+Blue) = 238+82+124=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE527C is #11AD83. Grayscale: #858585. Windows color (decimal): -1158532 or 8147694. OLE color: 8147694.
HSL color Cylindrical-coordinate representation of color #EE527C: hue angle of 343.85º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE527C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 124 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.07 |
| HSL | 343.85º | 0.82% | 0.63% | - |
| HSV(B) | 343.85º | 0.66% | 0.93% | - |
| XYZ | 41.92 | 25.67 | 21.81 | - |
| YUV | 133.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 124 | 0 | 0.66 | 0.48 | 0.07 | 343.85 | 0.82 | 0.63 |
| Hex | EE | 52 | 7C | 0 | 42 | 30 | 7 | 158 | 52 | 3F |
| Octal | 356 | 122 | 174 | 0 | 102 | 60 | 7 | 530 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1111100 | 0 | 1000010 | 110000 | 111 | 101011000 | 1010010 | 111111 |
Color Harmonies of #EE527C
Complementary color
Monochromatic Colors of #EE527C
Black with #EE527C
Text Example
Text Example
White with #EE527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE527C; }
p { color: rgb(238,82,124); }
H1.HeaderClassName
{
color: #EE527C;
}
.AnyTagClassName
{
color: #EE527C;
}
</style>
background-color css
<style>
a { background-color: #EE527C; }
a { background-color: rgb(238,82,124); }
div.DivClassName
{
background-color: #EE527C;
}
.BgClassName
{
background-color: #EE527C;
}
</style>
border-color css
<style>
span { border-color: #EE527C; }
span { border-color: rgb(238,82,124); }
td.TdClassName
{
border-color: #EE527C;
}
.TagClassName
{
border-color: #EE527C;
}
</style>