Shades of Hot Magenta #EE05CB
Tints of Hot Magenta #EE05CB
RGB
CMYK
RGB Variations
Color information
#EE05CB (or 0xEE05CB) is known color: Hot Magenta. HEX triplet: EE, 05 and CB. RGB value is (238,5,203). Sum of RGB (Red+Green+Blue) = 238+5+203=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05CB is #11FA34. Grayscale: #606060. Windows color (decimal): -1178165 or 13305326. OLE color: 13305326.
HSL color Cylindrical-coordinate representation of color #EE05CB: hue angle of 309.01º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05CB is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.07 |
| HSL | 309.01º | 0.96% | 0.48% | - |
| HSV(B) | 309.01º | 0.98% | 0.93% | - |
| XYZ | 46.09 | 22.6 | 58.43 | - |
| YUV | 97.24 | 187.69 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 203 | 0 | 0.98 | 0.15 | 0.07 | 309.01 | 0.96 | 0.48 |
| Hex | EE | 5 | CB | 0 | 62 | F | 7 | 135 | 60 | 30 |
| Octal | 356 | 5 | 313 | 0 | 142 | 17 | 7 | 465 | 140 | 60 |
| Binary | 11101110 | 101 | 11001011 | 0 | 1100010 | 1111 | 111 | 100110101 | 1100000 | 110000 |
Color Harmonies of #EE05CB
Complementary color
Monochromatic Colors of #EE05CB
Black with #EE05CB
Text Example
Text Example
White with #EE05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05CB; }
p { color: rgb(238,5,203); }
H1.HeaderClassName
{
color: #EE05CB;
}
.AnyTagClassName
{
color: #EE05CB;
}
</style>
background-color css
<style>
a { background-color: #EE05CB; }
a { background-color: rgb(238,5,203); }
div.DivClassName
{
background-color: #EE05CB;
}
.BgClassName
{
background-color: #EE05CB;
}
</style>
border-color css
<style>
span { border-color: #EE05CB; }
span { border-color: rgb(238,5,203); }
td.TdClassName
{
border-color: #EE05CB;
}
.TagClassName
{
border-color: #EE05CB;
}
</style>