Shades of Hot Magenta #EF0ACB
Tints of Hot Magenta #EF0ACB
RGB
CMYK
RGB Variations
Color information
#EF0ACB (or 0xEF0ACB) is known color: Hot Magenta. HEX triplet: EF, 0A and CB. RGB value is (239,10,203). Sum of RGB (Red+Green+Blue) = 239+10+203=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ACB is #10F534. Grayscale: #636363. Windows color (decimal): -1111349 or 13306607. OLE color: 13306607.
HSL color Cylindrical-coordinate representation of color #EF0ACB: hue angle of 309.43º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0ACB is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 203 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.06 |
| HSL | 309.43º | 0.92% | 0.49% | - |
| HSV(B) | 309.43º | 0.96% | 0.94% | - |
| XYZ | 46.48 | 22.88 | 58.47 | - |
| YUV | 100.47 | 185.87 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 203 | 0 | 0.96 | 0.15 | 0.06 | 309.43 | 0.92 | 0.49 |
| Hex | EF | A | CB | 0 | 60 | F | 6 | 135 | 5C | 31 |
| Octal | 357 | 12 | 313 | 0 | 140 | 17 | 6 | 465 | 134 | 61 |
| Binary | 11101111 | 1010 | 11001011 | 0 | 1100000 | 1111 | 110 | 100110101 | 1011100 | 110001 |
Color Harmonies of #EF0ACB
Complementary color
Monochromatic Colors of #EF0ACB
Black with #EF0ACB
Text Example
Text Example
White with #EF0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0ACB; }
p { color: rgb(239,10,203); }
H1.HeaderClassName
{
color: #EF0ACB;
}
.AnyTagClassName
{
color: #EF0ACB;
}
</style>
background-color css
<style>
a { background-color: #EF0ACB; }
a { background-color: rgb(239,10,203); }
div.DivClassName
{
background-color: #EF0ACB;
}
.BgClassName
{
background-color: #EF0ACB;
}
</style>
border-color css
<style>
span { border-color: #EF0ACB; }
span { border-color: rgb(239,10,203); }
td.TdClassName
{
border-color: #EF0ACB;
}
.TagClassName
{
border-color: #EF0ACB;
}
</style>