Shades of Hot Magenta #EE00CA
Tints of Hot Magenta #EE00CA
RGB
CMYK
RGB Variations
Color information
#EE00CA (or 0xEE00CA) is known color: Hot Magenta. HEX triplet: EE, 00 and CA. RGB value is (238,0,202). Sum of RGB (Red+Green+Blue) = 238+0+202=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00CA is #11FF35. Grayscale: #5D5D5D. Windows color (decimal): -1179446 or 13238510. OLE color: 13238510.
HSL color Cylindrical-coordinate representation of color #EE00CA: hue angle of 309.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00CA is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.15 | 0.07 |
| HSL | 309.08º | 1% | 0.47% | - |
| HSV(B) | 309.08º | 1% | 0.93% | - |
| XYZ | 45.92 | 22.44 | 57.79 | - |
| YUV | 94.19 | 188.85 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 202 | 0 | 1 | 0.15 | 0.07 | 309.08 | 1 | 0.47 |
| Hex | EE | 0 | CA | 0 | 64 | F | 7 | 135 | 64 | 2F |
| Octal | 356 | 0 | 312 | 0 | 144 | 17 | 7 | 465 | 144 | 57 |
| Binary | 11101110 | 0 | 11001010 | 0 | 1100100 | 1111 | 111 | 100110101 | 1100100 | 101111 |
Color Harmonies of #EE00CA
Complementary color
Monochromatic Colors of #EE00CA
Black with #EE00CA
Text Example
Text Example
White with #EE00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00CA; }
p { color: rgb(238,0,202); }
H1.HeaderClassName
{
color: #EE00CA;
}
.AnyTagClassName
{
color: #EE00CA;
}
</style>
background-color css
<style>
a { background-color: #EE00CA; }
a { background-color: rgb(238,0,202); }
div.DivClassName
{
background-color: #EE00CA;
}
.BgClassName
{
background-color: #EE00CA;
}
</style>
border-color css
<style>
span { border-color: #EE00CA; }
span { border-color: rgb(238,0,202); }
td.TdClassName
{
border-color: #EE00CA;
}
.TagClassName
{
border-color: #EE00CA;
}
</style>