Shades of Deep Pink #EE0F96
Tints of Deep Pink #EE0F96
RGB
CMYK
RGB Variations
Color information
#EE0F96 (or 0xEE0F96) is known color: Deep Pink. HEX triplet: EE, 0F and 96. RGB value is (238,15,150). Sum of RGB (Red+Green+Blue) = 238+15+150=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F96 is #11F069. Grayscale: #606060. Windows color (decimal): -1175658 or 9834478. OLE color: 9834478.
HSL color Cylindrical-coordinate representation of color #EE0F96: hue angle of 323.68º 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 #EE0F96 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 150 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.07 |
| HSL | 323.68º | 0.88% | 0.5% | - |
| HSV(B) | 323.68º | 0.94% | 0.93% | - |
| XYZ | 40.94 | 20.72 | 30.7 | - |
| YUV | 97.07 | 157.88 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 150 | 0 | 0.94 | 0.37 | 0.07 | 323.68 | 0.88 | 0.5 |
| Hex | EE | F | 96 | 0 | 5E | 25 | 7 | 144 | 58 | 32 |
| Octal | 356 | 17 | 226 | 0 | 136 | 45 | 7 | 504 | 130 | 62 |
| Binary | 11101110 | 1111 | 10010110 | 0 | 1011110 | 100101 | 111 | 101000100 | 1011000 | 110010 |
Color Harmonies of #EE0F96
Complementary color
Monochromatic Colors of #EE0F96
Black with #EE0F96
Text Example
Text Example
White with #EE0F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F96; }
p { color: rgb(238,15,150); }
H1.HeaderClassName
{
color: #EE0F96;
}
.AnyTagClassName
{
color: #EE0F96;
}
</style>
background-color css
<style>
a { background-color: #EE0F96; }
a { background-color: rgb(238,15,150); }
div.DivClassName
{
background-color: #EE0F96;
}
.BgClassName
{
background-color: #EE0F96;
}
</style>
border-color css
<style>
span { border-color: #EE0F96; }
span { border-color: rgb(238,15,150); }
td.TdClassName
{
border-color: #EE0F96;
}
.TagClassName
{
border-color: #EE0F96;
}
</style>