Shades of Hot Magenta #EF03CB
Tints of Hot Magenta #EF03CB
RGB
CMYK
RGB Variations
Color information
#EF03CB (or 0xEF03CB) is known color: Hot Magenta. HEX triplet: EF, 03 and CB. RGB value is (239,3,203). Sum of RGB (Red+Green+Blue) = 239+3+203=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03CB is #10FC34. Grayscale: #5F5F5F. Windows color (decimal): -1113141 or 13304815. OLE color: 13304815.
HSL color Cylindrical-coordinate representation of color #EF03CB: hue angle of 309.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03CB is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 203 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.06 |
| HSL | 309.15º | 0.98% | 0.47% | - |
| HSV(B) | 309.15º | 0.99% | 0.94% | - |
| XYZ | 46.41 | 22.73 | 58.44 | - |
| YUV | 96.36 | 188.19 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 203 | 0 | 0.99 | 0.15 | 0.06 | 309.15 | 0.98 | 0.47 |
| Hex | EF | 3 | CB | 0 | 63 | F | 6 | 135 | 62 | 2F |
| Octal | 357 | 3 | 313 | 0 | 143 | 17 | 6 | 465 | 142 | 57 |
| Binary | 11101111 | 11 | 11001011 | 0 | 1100011 | 1111 | 110 | 100110101 | 1100010 | 101111 |
Color Harmonies of #EF03CB
Complementary color
Monochromatic Colors of #EF03CB
Black with #EF03CB
Text Example
Text Example
White with #EF03CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03CB; }
p { color: rgb(239,3,203); }
H1.HeaderClassName
{
color: #EF03CB;
}
.AnyTagClassName
{
color: #EF03CB;
}
</style>
background-color css
<style>
a { background-color: #EF03CB; }
a { background-color: rgb(239,3,203); }
div.DivClassName
{
background-color: #EF03CB;
}
.BgClassName
{
background-color: #EF03CB;
}
</style>
border-color css
<style>
span { border-color: #EF03CB; }
span { border-color: rgb(239,3,203); }
td.TdClassName
{
border-color: #EF03CB;
}
.TagClassName
{
border-color: #EF03CB;
}
</style>