Shades of Hot Magenta #EB02D3
Tints of Hot Magenta #EB02D3
RGB
CMYK
RGB Variations
Color information
#EB02D3 (or 0xEB02D3) is known color: Hot Magenta. HEX triplet: EB, 02 and D3. RGB value is (235,2,211). Sum of RGB (Red+Green+Blue) = 235+2+211=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB02D3 is #14FD2C. Grayscale: #5E5E5E. Windows color (decimal): -1375533 or 13828843. OLE color: 13828843.
HSL color Cylindrical-coordinate representation of color #EB02D3: hue angle of 306.18º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB02D3 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 211 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.08 |
| HSL | 306.18º | 0.98% | 0.46% | - |
| HSV(B) | 306.18º | 0.99% | 0.92% | - |
| XYZ | 46.04 | 22.41 | 63.53 | - |
| YUV | 95.49 | 193.19 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 211 | 0 | 0.99 | 0.10 | 0.08 | 306.18 | 0.98 | 0.46 |
| Hex | EB | 2 | D3 | 0 | 63 | A | 8 | 132 | 62 | 2E |
| Octal | 353 | 2 | 323 | 0 | 143 | 12 | 10 | 462 | 142 | 56 |
| Binary | 11101011 | 10 | 11010011 | 0 | 1100011 | 1010 | 1000 | 100110010 | 1100010 | 101110 |
Color Harmonies of #EB02D3
Complementary color
Monochromatic Colors of #EB02D3
Black with #EB02D3
Text Example
Text Example
White with #EB02D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB02D3; }
p { color: rgb(235,2,211); }
H1.HeaderClassName
{
color: #EB02D3;
}
.AnyTagClassName
{
color: #EB02D3;
}
</style>
background-color css
<style>
a { background-color: #EB02D3; }
a { background-color: rgb(235,2,211); }
div.DivClassName
{
background-color: #EB02D3;
}
.BgClassName
{
background-color: #EB02D3;
}
</style>
border-color css
<style>
span { border-color: #EB02D3; }
span { border-color: rgb(235,2,211); }
td.TdClassName
{
border-color: #EB02D3;
}
.TagClassName
{
border-color: #EB02D3;
}
</style>