Shades of Hot Magenta #EA00C5
Tints of Hot Magenta #EA00C5
RGB
CMYK
RGB Variations
Color information
#EA00C5 (or 0xEA00C5) is known color: Hot Magenta. HEX triplet: EA, 00 and C5. RGB value is (234,0,197). Sum of RGB (Red+Green+Blue) = 234+0+197=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00C5 is #15FF3A. Grayscale: #5B5B5B. Windows color (decimal): -1441595 or 12910826. OLE color: 12910826.
HSL color Cylindrical-coordinate representation of color #EA00C5: hue angle of 309.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00C5 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 197 | - |
| CMYK | 0 | 1 | 0.16 | 0.08 |
| HSL | 309.49º | 1% | 0.46% | - |
| HSV(B) | 309.49º | 1% | 0.92% | - |
| XYZ | 44.01 | 21.52 | 54.66 | - |
| YUV | 92.42 | 187.02 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 197 | 0 | 1 | 0.16 | 0.08 | 309.49 | 1 | 0.46 |
| Hex | EA | 0 | C5 | 0 | 64 | 10 | 8 | 135 | 64 | 2E |
| Octal | 352 | 0 | 305 | 0 | 144 | 20 | 10 | 465 | 144 | 56 |
| Binary | 11101010 | 0 | 11000101 | 0 | 1100100 | 10000 | 1000 | 100110101 | 1100100 | 101110 |
Color Harmonies of #EA00C5
Complementary color
Monochromatic Colors of #EA00C5
Black with #EA00C5
Text Example
Text Example
White with #EA00C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA00C5; }
p { color: rgb(234,0,197); }
H1.HeaderClassName
{
color: #EA00C5;
}
.AnyTagClassName
{
color: #EA00C5;
}
</style>
background-color css
<style>
a { background-color: #EA00C5; }
a { background-color: rgb(234,0,197); }
div.DivClassName
{
background-color: #EA00C5;
}
.BgClassName
{
background-color: #EA00C5;
}
</style>
border-color css
<style>
span { border-color: #EA00C5; }
span { border-color: rgb(234,0,197); }
td.TdClassName
{
border-color: #EA00C5;
}
.TagClassName
{
border-color: #EA00C5;
}
</style>