Shades of Dark Pink #EE527B
Tints of Dark Pink #EE527B
RGB
CMYK
RGB Variations
Color information
#EE527B (or 0xEE527B) is known color: Dark Pink. HEX triplet: EE, 52 and 7B. RGB value is (238,82,123). Sum of RGB (Red+Green+Blue) = 238+82+123=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE527B is #11AD84. Grayscale: #858585. Windows color (decimal): -1158533 or 8082158. OLE color: 8082158.
HSL color Cylindrical-coordinate representation of color #EE527B: hue angle of 344.23º 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 #EE527B is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 123 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.07 |
| HSL | 344.23º | 0.82% | 0.63% | - |
| HSV(B) | 344.23º | 0.66% | 0.93% | - |
| XYZ | 41.85 | 25.64 | 21.48 | - |
| YUV | 133.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 123 | 0 | 0.66 | 0.48 | 0.07 | 344.23 | 0.82 | 0.63 |
| Hex | EE | 52 | 7B | 0 | 42 | 30 | 7 | 158 | 52 | 3F |
| Octal | 356 | 122 | 173 | 0 | 102 | 60 | 7 | 530 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1111011 | 0 | 1000010 | 110000 | 111 | 101011000 | 1010010 | 111111 |
Color Harmonies of #EE527B
Complementary color
Monochromatic Colors of #EE527B
Black with #EE527B
Text Example
Text Example
White with #EE527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE527B; }
p { color: rgb(238,82,123); }
H1.HeaderClassName
{
color: #EE527B;
}
.AnyTagClassName
{
color: #EE527B;
}
</style>
background-color css
<style>
a { background-color: #EE527B; }
a { background-color: rgb(238,82,123); }
div.DivClassName
{
background-color: #EE527B;
}
.BgClassName
{
background-color: #EE527B;
}
</style>
border-color css
<style>
span { border-color: #EE527B; }
span { border-color: rgb(238,82,123); }
td.TdClassName
{
border-color: #EE527B;
}
.TagClassName
{
border-color: #EE527B;
}
</style>