Shades of Hot Magenta #EE0CDE
Tints of Hot Magenta #EE0CDE
RGB
CMYK
RGB Variations
Color information
#EE0CDE (or 0xEE0CDE) is known color: Hot Magenta. HEX triplet: EE, 0C and DE. RGB value is (238,12,222). Sum of RGB (Red+Green+Blue) = 238+12+222=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 12 (5.08% from 255 or 2.54% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CDE is #11F321. Grayscale: #666666. Windows color (decimal): -1176354 or 14552302. OLE color: 14552302.
HSL color Cylindrical-coordinate representation of color #EE0CDE: hue angle of 304.25º 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 #EE0CDE is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 222 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.07 |
| HSL | 304.25º | 0.9% | 0.49% | - |
| HSV(B) | 304.25º | 0.95% | 0.93% | - |
| XYZ | 48.58 | 23.71 | 71.12 | - |
| YUV | 103.51 | 194.87 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 222 | 0 | 0.95 | 0.07 | 0.07 | 304.25 | 0.9 | 0.49 |
| Hex | EE | C | DE | 0 | 5F | 7 | 7 | 130 | 5A | 31 |
| Octal | 356 | 14 | 336 | 0 | 137 | 7 | 7 | 460 | 132 | 61 |
| Binary | 11101110 | 1100 | 11011110 | 0 | 1011111 | 111 | 111 | 100110000 | 1011010 | 110001 |
Color Harmonies of #EE0CDE
Complementary color
Monochromatic Colors of #EE0CDE
Black with #EE0CDE
Text Example
Text Example
White with #EE0CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CDE; }
p { color: rgb(238,12,222); }
H1.HeaderClassName
{
color: #EE0CDE;
}
.AnyTagClassName
{
color: #EE0CDE;
}
</style>
background-color css
<style>
a { background-color: #EE0CDE; }
a { background-color: rgb(238,12,222); }
div.DivClassName
{
background-color: #EE0CDE;
}
.BgClassName
{
background-color: #EE0CDE;
}
</style>
border-color css
<style>
span { border-color: #EE0CDE; }
span { border-color: rgb(238,12,222); }
td.TdClassName
{
border-color: #EE0CDE;
}
.TagClassName
{
border-color: #EE0CDE;
}
</style>