Shades of Hot Magenta #EB17E2
Tints of Hot Magenta #EB17E2
RGB
CMYK
RGB Variations
Color information
#EB17E2 (or 0xEB17E2) is known color: Hot Magenta. HEX triplet: EB, 17 and E2. RGB value is (235,23,226). Sum of RGB (Red+Green+Blue) = 235+23+226=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17E2 is #14E81D. Grayscale: #6C6C6C. Windows color (decimal): -1370142 or 14817259. OLE color: 14817259.
HSL color Cylindrical-coordinate representation of color #EB17E2: hue angle of 302.55º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17E2 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 226 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.08 |
| HSL | 302.55º | 0.84% | 0.51% | - |
| HSV(B) | 302.55º | 0.9% | 0.92% | - |
| XYZ | 48.29 | 23.77 | 73.99 | - |
| YUV | 109.53 | 193.74 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 226 | 0 | 0.90 | 0.04 | 0.08 | 302.55 | 0.84 | 0.51 |
| Hex | EB | 17 | E2 | 0 | 5A | 4 | 8 | 12F | 54 | 33 |
| Octal | 353 | 27 | 342 | 0 | 132 | 4 | 10 | 457 | 124 | 63 |
| Binary | 11101011 | 10111 | 11100010 | 0 | 1011010 | 100 | 1000 | 100101111 | 1010100 | 110011 |
Color Harmonies of #EB17E2
Complementary color
Monochromatic Colors of #EB17E2
Black with #EB17E2
Text Example
Text Example
White with #EB17E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17E2; }
p { color: rgb(235,23,226); }
H1.HeaderClassName
{
color: #EB17E2;
}
.AnyTagClassName
{
color: #EB17E2;
}
</style>
background-color css
<style>
a { background-color: #EB17E2; }
a { background-color: rgb(235,23,226); }
div.DivClassName
{
background-color: #EB17E2;
}
.BgClassName
{
background-color: #EB17E2;
}
</style>
border-color css
<style>
span { border-color: #EB17E2; }
span { border-color: rgb(235,23,226); }
td.TdClassName
{
border-color: #EB17E2;
}
.TagClassName
{
border-color: #EB17E2;
}
</style>