Shades of Hot Magenta #EB03C5
Tints of Hot Magenta #EB03C5
RGB
CMYK
RGB Variations
Color information
#EB03C5 (or 0xEB03C5) is known color: Hot Magenta. HEX triplet: EB, 03 and C5. RGB value is (235,3,197). Sum of RGB (Red+Green+Blue) = 235+3+197=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB03C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB03C5 is #14FC3A. Grayscale: #5D5D5D. Windows color (decimal): -1375291 or 12911595. OLE color: 12911595.
HSL color Cylindrical-coordinate representation of color #EB03C5: hue angle of 309.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB03C5 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 3 | 197 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.08 |
| HSL | 309.83º | 0.97% | 0.47% | - |
| HSV(B) | 309.83º | 0.99% | 0.92% | - |
| XYZ | 44.37 | 21.76 | 54.68 | - |
| YUV | 94.48 | 185.86 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 3 | 197 | 0 | 0.99 | 0.16 | 0.08 | 309.83 | 0.97 | 0.47 |
| Hex | EB | 3 | C5 | 0 | 63 | 10 | 8 | 136 | 61 | 2F |
| Octal | 353 | 3 | 305 | 0 | 143 | 20 | 10 | 466 | 141 | 57 |
| Binary | 11101011 | 11 | 11000101 | 0 | 1100011 | 10000 | 1000 | 100110110 | 1100001 | 101111 |
Color Harmonies of #EB03C5
Complementary color
Monochromatic Colors of #EB03C5
Black with #EB03C5
Text Example
Text Example
White with #EB03C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB03C5; }
p { color: rgb(235,3,197); }
H1.HeaderClassName
{
color: #EB03C5;
}
.AnyTagClassName
{
color: #EB03C5;
}
</style>
background-color css
<style>
a { background-color: #EB03C5; }
a { background-color: rgb(235,3,197); }
div.DivClassName
{
background-color: #EB03C5;
}
.BgClassName
{
background-color: #EB03C5;
}
</style>
border-color css
<style>
span { border-color: #EB03C5; }
span { border-color: rgb(235,3,197); }
td.TdClassName
{
border-color: #EB03C5;
}
.TagClassName
{
border-color: #EB03C5;
}
</style>