Shades of Hot Magenta #EE0ACB
Tints of Hot Magenta #EE0ACB
RGB
CMYK
RGB Variations
Color information
#EE0ACB (or 0xEE0ACB) is known color: Hot Magenta. HEX triplet: EE, 0A and CB. RGB value is (238,10,203). Sum of RGB (Red+Green+Blue) = 238+10+203=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ACB is #11F534. Grayscale: #636363. Windows color (decimal): -1176885 or 13306606. OLE color: 13306606.
HSL color Cylindrical-coordinate representation of color #EE0ACB: hue angle of 309.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0ACB is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 203 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.07 |
| HSL | 309.21º | 0.92% | 0.49% | - |
| HSV(B) | 309.21º | 0.96% | 0.93% | - |
| XYZ | 46.15 | 22.71 | 58.45 | - |
| YUV | 100.17 | 186.04 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 203 | 0 | 0.96 | 0.15 | 0.07 | 309.21 | 0.92 | 0.49 |
| Hex | EE | A | CB | 0 | 60 | F | 7 | 135 | 5C | 31 |
| Octal | 356 | 12 | 313 | 0 | 140 | 17 | 7 | 465 | 134 | 61 |
| Binary | 11101110 | 1010 | 11001011 | 0 | 1100000 | 1111 | 111 | 100110101 | 1011100 | 110001 |
Color Harmonies of #EE0ACB
Complementary color
Monochromatic Colors of #EE0ACB
Black with #EE0ACB
Text Example
Text Example
White with #EE0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0ACB; }
p { color: rgb(238,10,203); }
H1.HeaderClassName
{
color: #EE0ACB;
}
.AnyTagClassName
{
color: #EE0ACB;
}
</style>
background-color css
<style>
a { background-color: #EE0ACB; }
a { background-color: rgb(238,10,203); }
div.DivClassName
{
background-color: #EE0ACB;
}
.BgClassName
{
background-color: #EE0ACB;
}
</style>
border-color css
<style>
span { border-color: #EE0ACB; }
span { border-color: rgb(238,10,203); }
td.TdClassName
{
border-color: #EE0ACB;
}
.TagClassName
{
border-color: #EE0ACB;
}
</style>