Shades of Deep Pink #EE0C92
Tints of Deep Pink #EE0C92
RGB
CMYK
RGB Variations
Color information
#EE0C92 (or 0xEE0C92) is known color: Deep Pink. HEX triplet: EE, 0C and 92. RGB value is (238,12,146). Sum of RGB (Red+Green+Blue) = 238+12+146=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0C92 is #11F36D. Grayscale: #5E5E5E. Windows color (decimal): -1176430 or 9571566. OLE color: 9571566.
HSL color Cylindrical-coordinate representation of color #EE0C92: hue angle of 324.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C92 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 146 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.07 |
| HSL | 324.42º | 0.9% | 0.49% | - |
| HSV(B) | 324.42º | 0.95% | 0.93% | - |
| XYZ | 40.58 | 20.52 | 29.02 | - |
| YUV | 94.85 | 156.87 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 146 | 0 | 0.95 | 0.39 | 0.07 | 324.42 | 0.9 | 0.49 |
| Hex | EE | C | 92 | 0 | 5F | 27 | 7 | 144 | 5A | 31 |
| Octal | 356 | 14 | 222 | 0 | 137 | 47 | 7 | 504 | 132 | 61 |
| Binary | 11101110 | 1100 | 10010010 | 0 | 1011111 | 100111 | 111 | 101000100 | 1011010 | 110001 |
Color Harmonies of #EE0C92
Complementary color
Monochromatic Colors of #EE0C92
Black with #EE0C92
Text Example
Text Example
White with #EE0C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0C92; }
p { color: rgb(238,12,146); }
H1.HeaderClassName
{
color: #EE0C92;
}
.AnyTagClassName
{
color: #EE0C92;
}
</style>
background-color css
<style>
a { background-color: #EE0C92; }
a { background-color: rgb(238,12,146); }
div.DivClassName
{
background-color: #EE0C92;
}
.BgClassName
{
background-color: #EE0C92;
}
</style>
border-color css
<style>
span { border-color: #EE0C92; }
span { border-color: rgb(238,12,146); }
td.TdClassName
{
border-color: #EE0C92;
}
.TagClassName
{
border-color: #EE0C92;
}
</style>