Shades of Hot Magenta #EE03DA
Tints of Hot Magenta #EE03DA
RGB
CMYK
RGB Variations
Color information
#EE03DA (or 0xEE03DA) is known color: Hot Magenta. HEX triplet: EE, 03 and DA. RGB value is (238,3,218). Sum of RGB (Red+Green+Blue) = 238+3+218=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 3 (1.56% from 255 or 0.65% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE03DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE03DA is #11FC25. Grayscale: #616161. Windows color (decimal): -1178662 or 14287854. OLE color: 14287854.
HSL color Cylindrical-coordinate representation of color #EE03DA: hue angle of 305.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE03DA is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.07 |
| HSL | 305.11º | 0.98% | 0.47% | - |
| HSV(B) | 305.11º | 0.99% | 0.93% | - |
| XYZ | 47.95 | 23.3 | 68.3 | - |
| YUV | 97.78 | 195.86 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 218 | 0 | 0.99 | 0.08 | 0.07 | 305.11 | 0.98 | 0.47 |
| Hex | EE | 3 | DA | 0 | 63 | 8 | 7 | 131 | 62 | 2F |
| Octal | 356 | 3 | 332 | 0 | 143 | 10 | 7 | 461 | 142 | 57 |
| Binary | 11101110 | 11 | 11011010 | 0 | 1100011 | 1000 | 111 | 100110001 | 1100010 | 101111 |
Color Harmonies of #EE03DA
Complementary color
Monochromatic Colors of #EE03DA
Black with #EE03DA
Text Example
Text Example
White with #EE03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03DA; }
p { color: rgb(238,3,218); }
H1.HeaderClassName
{
color: #EE03DA;
}
.AnyTagClassName
{
color: #EE03DA;
}
</style>
background-color css
<style>
a { background-color: #EE03DA; }
a { background-color: rgb(238,3,218); }
div.DivClassName
{
background-color: #EE03DA;
}
.BgClassName
{
background-color: #EE03DA;
}
</style>
border-color css
<style>
span { border-color: #EE03DA; }
span { border-color: rgb(238,3,218); }
td.TdClassName
{
border-color: #EE03DA;
}
.TagClassName
{
border-color: #EE03DA;
}
</style>