Shades of Hot Magenta #EA0BCE
Tints of Hot Magenta #EA0BCE
RGB
CMYK
RGB Variations
Color information
#EA0BCE (or 0xEA0BCE) is known color: Hot Magenta. HEX triplet: EA, 0B and CE. RGB value is (234,11,206). Sum of RGB (Red+Green+Blue) = 234+11+206=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0BCE is #15F431. Grayscale: #636363. Windows color (decimal): -1438770 or 13503466. OLE color: 13503466.
HSL color Cylindrical-coordinate representation of color #EA0BCE: hue angle of 307.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0BCE is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 206 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.08 |
| HSL | 307.53º | 0.91% | 0.48% | - |
| HSV(B) | 307.53º | 0.95% | 0.92% | - |
| XYZ | 45.19 | 22.19 | 60.29 | - |
| YUV | 99.91 | 187.88 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 206 | 0 | 0.95 | 0.12 | 0.08 | 307.53 | 0.91 | 0.48 |
| Hex | EA | B | CE | 0 | 5F | C | 8 | 134 | 5B | 30 |
| Octal | 352 | 13 | 316 | 0 | 137 | 14 | 10 | 464 | 133 | 60 |
| Binary | 11101010 | 1011 | 11001110 | 0 | 1011111 | 1100 | 1000 | 100110100 | 1011011 | 110000 |
Color Harmonies of #EA0BCE
Complementary color
Monochromatic Colors of #EA0BCE
Black with #EA0BCE
Text Example
Text Example
White with #EA0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0BCE; }
p { color: rgb(234,11,206); }
H1.HeaderClassName
{
color: #EA0BCE;
}
.AnyTagClassName
{
color: #EA0BCE;
}
</style>
background-color css
<style>
a { background-color: #EA0BCE; }
a { background-color: rgb(234,11,206); }
div.DivClassName
{
background-color: #EA0BCE;
}
.BgClassName
{
background-color: #EA0BCE;
}
</style>
border-color css
<style>
span { border-color: #EA0BCE; }
span { border-color: rgb(234,11,206); }
td.TdClassName
{
border-color: #EA0BCE;
}
.TagClassName
{
border-color: #EA0BCE;
}
</style>