Shades of Dark Pink #EE5276
Tints of Dark Pink #EE5276
RGB
CMYK
RGB Variations
Color information
#EE5276 (or 0xEE5276) is known color: Dark Pink. HEX triplet: EE, 52 and 76. RGB value is (238,82,118). Sum of RGB (Red+Green+Blue) = 238+82+118=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5276 is #11AD89. Grayscale: #848484. Windows color (decimal): -1158538 or 7754478. OLE color: 7754478.
HSL color Cylindrical-coordinate representation of color #EE5276: hue angle of 346.15º 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 #EE5276 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 118 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.07 |
| HSL | 346.15º | 0.82% | 0.63% | - |
| HSV(B) | 346.15º | 0.66% | 0.93% | - |
| XYZ | 41.55 | 25.52 | 19.88 | - |
| YUV | 132.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 118 | 0 | 0.66 | 0.50 | 0.07 | 346.15 | 0.82 | 0.63 |
| Hex | EE | 52 | 76 | 0 | 42 | 32 | 7 | 15A | 52 | 3F |
| Octal | 356 | 122 | 166 | 0 | 102 | 62 | 7 | 532 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1110110 | 0 | 1000010 | 110010 | 111 | 101011010 | 1010010 | 111111 |
Color Harmonies of #EE5276
Complementary color
Monochromatic Colors of #EE5276
Black with #EE5276
Text Example
Text Example
White with #EE5276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5276; }
p { color: rgb(238,82,118); }
H1.HeaderClassName
{
color: #EE5276;
}
.AnyTagClassName
{
color: #EE5276;
}
</style>
background-color css
<style>
a { background-color: #EE5276; }
a { background-color: rgb(238,82,118); }
div.DivClassName
{
background-color: #EE5276;
}
.BgClassName
{
background-color: #EE5276;
}
</style>
border-color css
<style>
span { border-color: #EE5276; }
span { border-color: rgb(238,82,118); }
td.TdClassName
{
border-color: #EE5276;
}
.TagClassName
{
border-color: #EE5276;
}
</style>