Shades of Deep Pink #EE0D92
Tints of Deep Pink #EE0D92
RGB
CMYK
RGB Variations
Color information
#EE0D92 (or 0xEE0D92) is known color: Deep Pink. HEX triplet: EE, 0D and 92. RGB value is (238,13,146). Sum of RGB (Red+Green+Blue) = 238+13+146=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0D92 is #11F26D. Grayscale: #5F5F5F. Windows color (decimal): -1176174 or 9571822. OLE color: 9571822.
HSL color Cylindrical-coordinate representation of color #EE0D92: hue angle of 324.53º 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 #EE0D92 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 146 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.07 |
| HSL | 324.53º | 0.9% | 0.49% | - |
| HSV(B) | 324.53º | 0.95% | 0.93% | - |
| XYZ | 40.59 | 20.54 | 29.02 | - |
| YUV | 95.44 | 156.54 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 146 | 0 | 0.95 | 0.39 | 0.07 | 324.53 | 0.9 | 0.49 |
| Hex | EE | D | 92 | 0 | 5F | 27 | 7 | 145 | 5A | 31 |
| Octal | 356 | 15 | 222 | 0 | 137 | 47 | 7 | 505 | 132 | 61 |
| Binary | 11101110 | 1101 | 10010010 | 0 | 1011111 | 100111 | 111 | 101000101 | 1011010 | 110001 |
Color Harmonies of #EE0D92
Complementary color
Monochromatic Colors of #EE0D92
Black with #EE0D92
Text Example
Text Example
White with #EE0D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0D92; }
p { color: rgb(238,13,146); }
H1.HeaderClassName
{
color: #EE0D92;
}
.AnyTagClassName
{
color: #EE0D92;
}
</style>
background-color css
<style>
a { background-color: #EE0D92; }
a { background-color: rgb(238,13,146); }
div.DivClassName
{
background-color: #EE0D92;
}
.BgClassName
{
background-color: #EE0D92;
}
</style>
border-color css
<style>
span { border-color: #EE0D92; }
span { border-color: rgb(238,13,146); }
td.TdClassName
{
border-color: #EE0D92;
}
.TagClassName
{
border-color: #EE0D92;
}
</style>