Shades of Hot Magenta #E901C2
Tints of Hot Magenta #E901C2
RGB
CMYK
RGB Variations
Color information
#E901C2 (or 0xE901C2) is known color: Hot Magenta. HEX triplet: E9, 01 and C2. RGB value is (233,1,194). Sum of RGB (Red+Green+Blue) = 233+1+194=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E901C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E901C2 is #16FE3D. Grayscale: #5B5B5B. Windows color (decimal): -1506878 or 12714473. OLE color: 12714473.
HSL color Cylindrical-coordinate representation of color #E901C2: hue angle of 310.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E901C2 is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 194 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.09 |
| HSL | 310.09º | 0.99% | 0.46% | - |
| HSV(B) | 310.09º | 1% | 0.91% | - |
| XYZ | 43.35 | 21.24 | 52.85 | - |
| YUV | 92.37 | 185.36 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 194 | 0 | 1.00 | 0.17 | 0.09 | 310.09 | 0.99 | 0.46 |
| Hex | E9 | 1 | C2 | 0 | 64 | 11 | 9 | 136 | 63 | 2E |
| Octal | 351 | 1 | 302 | 0 | 144 | 21 | 11 | 466 | 143 | 56 |
| Binary | 11101001 | 1 | 11000010 | 0 | 1100100 | 10001 | 1001 | 100110110 | 1100011 | 101110 |
Color Harmonies of #E901C2
Complementary color
Monochromatic Colors of #E901C2
Black with #E901C2
Text Example
Text Example
White with #E901C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901C2; }
p { color: rgb(233,1,194); }
H1.HeaderClassName
{
color: #E901C2;
}
.AnyTagClassName
{
color: #E901C2;
}
</style>
background-color css
<style>
a { background-color: #E901C2; }
a { background-color: rgb(233,1,194); }
div.DivClassName
{
background-color: #E901C2;
}
.BgClassName
{
background-color: #E901C2;
}
</style>
border-color css
<style>
span { border-color: #E901C2; }
span { border-color: rgb(233,1,194); }
td.TdClassName
{
border-color: #E901C2;
}
.TagClassName
{
border-color: #E901C2;
}
</style>