Shades of Deep Pink #EE0F8F
Tints of Deep Pink #EE0F8F
RGB
CMYK
RGB Variations
Color information
#EE0F8F (or 0xEE0F8F) is known color: Deep Pink. HEX triplet: EE, 0F and 8F. RGB value is (238,15,143). Sum of RGB (Red+Green+Blue) = 238+15+143=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F8F is #11F070. Grayscale: #5F5F5F. Windows color (decimal): -1175665 or 9375726. OLE color: 9375726.
HSL color Cylindrical-coordinate representation of color #EE0F8F: hue angle of 325.56º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F8F is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 143 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.07 |
| HSL | 325.56º | 0.88% | 0.5% | - |
| HSV(B) | 325.56º | 0.94% | 0.93% | - |
| XYZ | 40.39 | 20.5 | 27.82 | - |
| YUV | 96.27 | 154.38 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 143 | 0 | 0.94 | 0.40 | 0.07 | 325.56 | 0.88 | 0.5 |
| Hex | EE | F | 8F | 0 | 5E | 28 | 7 | 146 | 58 | 32 |
| Octal | 356 | 17 | 217 | 0 | 136 | 50 | 7 | 506 | 130 | 62 |
| Binary | 11101110 | 1111 | 10001111 | 0 | 1011110 | 101000 | 111 | 101000110 | 1011000 | 110010 |
Color Harmonies of #EE0F8F
Complementary color
Monochromatic Colors of #EE0F8F
Black with #EE0F8F
Text Example
Text Example
White with #EE0F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F8F; }
p { color: rgb(238,15,143); }
H1.HeaderClassName
{
color: #EE0F8F;
}
.AnyTagClassName
{
color: #EE0F8F;
}
</style>
background-color css
<style>
a { background-color: #EE0F8F; }
a { background-color: rgb(238,15,143); }
div.DivClassName
{
background-color: #EE0F8F;
}
.BgClassName
{
background-color: #EE0F8F;
}
</style>
border-color css
<style>
span { border-color: #EE0F8F; }
span { border-color: rgb(238,15,143); }
td.TdClassName
{
border-color: #EE0F8F;
}
.TagClassName
{
border-color: #EE0F8F;
}
</style>