Shades of Deep Pink #EE097B
Tints of Deep Pink #EE097B
RGB
CMYK
RGB Variations
Color information
#EE097B (or 0xEE097B) is known color: Deep Pink. HEX triplet: EE, 09 and 7B. RGB value is (238,9,123). Sum of RGB (Red+Green+Blue) = 238+9+123=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE097B is #11F684. Grayscale: #5A5A5A. Windows color (decimal): -1177221 or 8063470. OLE color: 8063470.
HSL color Cylindrical-coordinate representation of color #EE097B: hue angle of 330.13º 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 #EE097B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.07 |
| HSL | 330.13º | 0.93% | 0.48% | - |
| HSV(B) | 330.13º | 0.96% | 0.93% | - |
| XYZ | 38.93 | 19.8 | 20.51 | - |
| YUV | 90.47 | 146.37 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 123 | 0 | 0.96 | 0.48 | 0.07 | 330.13 | 0.93 | 0.48 |
| Hex | EE | 9 | 7B | 0 | 60 | 30 | 7 | 14A | 5D | 30 |
| Octal | 356 | 11 | 173 | 0 | 140 | 60 | 7 | 512 | 135 | 60 |
| Binary | 11101110 | 1001 | 1111011 | 0 | 1100000 | 110000 | 111 | 101001010 | 1011101 | 110000 |
Color Harmonies of #EE097B
Complementary color
Monochromatic Colors of #EE097B
Black with #EE097B
Text Example
Text Example
White with #EE097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE097B; }
p { color: rgb(238,9,123); }
H1.HeaderClassName
{
color: #EE097B;
}
.AnyTagClassName
{
color: #EE097B;
}
</style>
background-color css
<style>
a { background-color: #EE097B; }
a { background-color: rgb(238,9,123); }
div.DivClassName
{
background-color: #EE097B;
}
.BgClassName
{
background-color: #EE097B;
}
</style>
border-color css
<style>
span { border-color: #EE097B; }
span { border-color: rgb(238,9,123); }
td.TdClassName
{
border-color: #EE097B;
}
.TagClassName
{
border-color: #EE097B;
}
</style>