Shades of Hot Magenta #EA01CC
Tints of Hot Magenta #EA01CC
RGB
CMYK
RGB Variations
Color information
#EA01CC (or 0xEA01CC) is known color: Hot Magenta. HEX triplet: EA, 01 and CC. RGB value is (234,1,204). Sum of RGB (Red+Green+Blue) = 234+1+204=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01CC is #15FE33. Grayscale: #5D5D5D. Windows color (decimal): -1441332 or 13369834. OLE color: 13369834.
HSL color Cylindrical-coordinate representation of color #EA01CC: hue angle of 307.73º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA01CC is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.08 |
| HSL | 307.73º | 0.99% | 0.46% | - |
| HSV(B) | 307.73º | 1% | 0.92% | - |
| XYZ | 44.84 | 21.87 | 58.99 | - |
| YUV | 93.81 | 190.19 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 204 | 0 | 1.00 | 0.13 | 0.08 | 307.73 | 0.99 | 0.46 |
| Hex | EA | 1 | CC | 0 | 64 | D | 8 | 134 | 63 | 2E |
| Octal | 352 | 1 | 314 | 0 | 144 | 15 | 10 | 464 | 143 | 56 |
| Binary | 11101010 | 1 | 11001100 | 0 | 1100100 | 1101 | 1000 | 100110100 | 1100011 | 101110 |
Color Harmonies of #EA01CC
Complementary color
Monochromatic Colors of #EA01CC
Black with #EA01CC
Text Example
Text Example
White with #EA01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01CC; }
p { color: rgb(234,1,204); }
H1.HeaderClassName
{
color: #EA01CC;
}
.AnyTagClassName
{
color: #EA01CC;
}
</style>
background-color css
<style>
a { background-color: #EA01CC; }
a { background-color: rgb(234,1,204); }
div.DivClassName
{
background-color: #EA01CC;
}
.BgClassName
{
background-color: #EA01CC;
}
</style>
border-color css
<style>
span { border-color: #EA01CC; }
span { border-color: rgb(234,1,204); }
td.TdClassName
{
border-color: #EA01CC;
}
.TagClassName
{
border-color: #EA01CC;
}
</style>