Shades of Hot Magenta #E90CCF
Tints of Hot Magenta #E90CCF
RGB
CMYK
RGB Variations
Color information
#E90CCF (or 0xE90CCF) is known color: Hot Magenta. HEX triplet: E9, 0C and CF. RGB value is (233,12,207). Sum of RGB (Red+Green+Blue) = 233+12+207=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90CCF is #16F330. Grayscale: #636363. Windows color (decimal): -1504049 or 13569257. OLE color: 13569257.
HSL color Cylindrical-coordinate representation of color #E90CCF: hue angle of 307.06º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CCF is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.09 |
| HSL | 307.06º | 0.9% | 0.48% | - |
| HSV(B) | 307.06º | 0.95% | 0.91% | - |
| XYZ | 45 | 22.09 | 60.92 | - |
| YUV | 100.31 | 188.22 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 207 | 0 | 0.95 | 0.11 | 0.09 | 307.06 | 0.9 | 0.48 |
| Hex | E9 | C | CF | 0 | 5F | B | 9 | 133 | 5A | 30 |
| Octal | 351 | 14 | 317 | 0 | 137 | 13 | 11 | 463 | 132 | 60 |
| Binary | 11101001 | 1100 | 11001111 | 0 | 1011111 | 1011 | 1001 | 100110011 | 1011010 | 110000 |
Color Harmonies of #E90CCF
Complementary color
Monochromatic Colors of #E90CCF
Black with #E90CCF
Text Example
Text Example
White with #E90CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CCF; }
p { color: rgb(233,12,207); }
H1.HeaderClassName
{
color: #E90CCF;
}
.AnyTagClassName
{
color: #E90CCF;
}
</style>
background-color css
<style>
a { background-color: #E90CCF; }
a { background-color: rgb(233,12,207); }
div.DivClassName
{
background-color: #E90CCF;
}
.BgClassName
{
background-color: #E90CCF;
}
</style>
border-color css
<style>
span { border-color: #E90CCF; }
span { border-color: rgb(233,12,207); }
td.TdClassName
{
border-color: #E90CCF;
}
.TagClassName
{
border-color: #E90CCF;
}
</style>