Shades of Deep Pink #EE097E
Tints of Deep Pink #EE097E
RGB
CMYK
RGB Variations
Color information
#EE097E (or 0xEE097E) is known color: Deep Pink. HEX triplet: EE, 09 and 7E. RGB value is (238,9,126). Sum of RGB (Red+Green+Blue) = 238+9+126=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE097E is #11F681. Grayscale: #5A5A5A. Windows color (decimal): -1177218 or 8260078. OLE color: 8260078.
HSL color Cylindrical-coordinate representation of color #EE097E: hue angle of 329.34º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE097E is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.07 |
| HSL | 329.35º | 0.93% | 0.48% | - |
| HSV(B) | 329.35º | 0.96% | 0.93% | - |
| XYZ | 39.12 | 19.88 | 21.51 | - |
| YUV | 90.81 | 147.87 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 126 | 0 | 0.96 | 0.47 | 0.07 | 329.35 | 0.93 | 0.48 |
| Hex | EE | 9 | 7E | 0 | 60 | 2F | 7 | 149 | 5D | 30 |
| Octal | 356 | 11 | 176 | 0 | 140 | 57 | 7 | 511 | 135 | 60 |
| Binary | 11101110 | 1001 | 1111110 | 0 | 1100000 | 101111 | 111 | 101001001 | 1011101 | 110000 |
Color Harmonies of #EE097E
Complementary color
Monochromatic Colors of #EE097E
Black with #EE097E
Text Example
Text Example
White with #EE097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE097E; }
p { color: rgb(238,9,126); }
H1.HeaderClassName
{
color: #EE097E;
}
.AnyTagClassName
{
color: #EE097E;
}
</style>
background-color css
<style>
a { background-color: #EE097E; }
a { background-color: rgb(238,9,126); }
div.DivClassName
{
background-color: #EE097E;
}
.BgClassName
{
background-color: #EE097E;
}
</style>
border-color css
<style>
span { border-color: #EE097E; }
span { border-color: rgb(238,9,126); }
td.TdClassName
{
border-color: #EE097E;
}
.TagClassName
{
border-color: #EE097E;
}
</style>