Shades of Deep Pink #EE1097
Tints of Deep Pink #EE1097
RGB
CMYK
RGB Variations
Color information
#EE1097 (or 0xEE1097) is known color: Deep Pink. HEX triplet: EE, 10 and 97. RGB value is (238,16,151). Sum of RGB (Red+Green+Blue) = 238+16+151=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1097 is #11EF68. Grayscale: #616161. Windows color (decimal): -1175401 or 9900270. OLE color: 9900270.
HSL color Cylindrical-coordinate representation of color #EE1097: hue angle of 323.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1097 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 151 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.07 |
| HSL | 323.51º | 0.87% | 0.5% | - |
| HSV(B) | 323.51º | 0.93% | 0.93% | - |
| XYZ | 41.03 | 20.78 | 31.13 | - |
| YUV | 97.77 | 158.05 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 151 | 0 | 0.93 | 0.37 | 0.07 | 323.51 | 0.87 | 0.5 |
| Hex | EE | 10 | 97 | 0 | 5D | 25 | 7 | 144 | 57 | 32 |
| Octal | 356 | 20 | 227 | 0 | 135 | 45 | 7 | 504 | 127 | 62 |
| Binary | 11101110 | 10000 | 10010111 | 0 | 1011101 | 100101 | 111 | 101000100 | 1010111 | 110010 |
Color Harmonies of #EE1097
Complementary color
Monochromatic Colors of #EE1097
Black with #EE1097
Text Example
Text Example
White with #EE1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1097; }
p { color: rgb(238,16,151); }
H1.HeaderClassName
{
color: #EE1097;
}
.AnyTagClassName
{
color: #EE1097;
}
</style>
background-color css
<style>
a { background-color: #EE1097; }
a { background-color: rgb(238,16,151); }
div.DivClassName
{
background-color: #EE1097;
}
.BgClassName
{
background-color: #EE1097;
}
</style>
border-color css
<style>
span { border-color: #EE1097; }
span { border-color: rgb(238,16,151); }
td.TdClassName
{
border-color: #EE1097;
}
.TagClassName
{
border-color: #EE1097;
}
</style>