Shades of Hot Magenta #E902CE
Tints of Hot Magenta #E902CE
RGB
CMYK
RGB Variations
Color information
#E902CE (or 0xE902CE) is known color: Hot Magenta. HEX triplet: E9, 02 and CE. RGB value is (233,2,206). Sum of RGB (Red+Green+Blue) = 233+2+206=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E902CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E902CE is #16FD31. Grayscale: #5D5D5D. Windows color (decimal): -1506610 or 13501161. OLE color: 13501161.
HSL color Cylindrical-coordinate representation of color #E902CE: hue angle of 307.01º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E902CE is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.09 |
| HSL | 307.01º | 0.98% | 0.46% | - |
| HSV(B) | 307.01º | 0.99% | 0.91% | - |
| XYZ | 44.77 | 21.82 | 60.25 | - |
| YUV | 94.33 | 191.03 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 206 | 0 | 0.99 | 0.12 | 0.09 | 307.01 | 0.98 | 0.46 |
| Hex | E9 | 2 | CE | 0 | 63 | C | 9 | 133 | 62 | 2E |
| Octal | 351 | 2 | 316 | 0 | 143 | 14 | 11 | 463 | 142 | 56 |
| Binary | 11101001 | 10 | 11001110 | 0 | 1100011 | 1100 | 1001 | 100110011 | 1100010 | 101110 |
Color Harmonies of #E902CE
Complementary color
Monochromatic Colors of #E902CE
Black with #E902CE
Text Example
Text Example
White with #E902CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902CE; }
p { color: rgb(233,2,206); }
H1.HeaderClassName
{
color: #E902CE;
}
.AnyTagClassName
{
color: #E902CE;
}
</style>
background-color css
<style>
a { background-color: #E902CE; }
a { background-color: rgb(233,2,206); }
div.DivClassName
{
background-color: #E902CE;
}
.BgClassName
{
background-color: #E902CE;
}
</style>
border-color css
<style>
span { border-color: #E902CE; }
span { border-color: rgb(233,2,206); }
td.TdClassName
{
border-color: #E902CE;
}
.TagClassName
{
border-color: #E902CE;
}
</style>