Shades of Hot Magenta #EE0CD3
Tints of Hot Magenta #EE0CD3
RGB
CMYK
RGB Variations
Color information
#EE0CD3 (or 0xEE0CD3) is known color: Hot Magenta. HEX triplet: EE, 0C and D3. RGB value is (238,12,211). Sum of RGB (Red+Green+Blue) = 238+12+211=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CD3 is #11F32C. Grayscale: #656565. Windows color (decimal): -1176365 or 13831406. OLE color: 13831406.
HSL color Cylindrical-coordinate representation of color #EE0CD3: hue angle of 307.17º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CD3 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 211 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.07 |
| HSL | 307.17º | 0.9% | 0.49% | - |
| HSV(B) | 307.17º | 0.95% | 0.93% | - |
| XYZ | 47.15 | 23.14 | 63.61 | - |
| YUV | 102.26 | 189.37 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 211 | 0 | 0.95 | 0.11 | 0.07 | 307.17 | 0.9 | 0.49 |
| Hex | EE | C | D3 | 0 | 5F | B | 7 | 133 | 5A | 31 |
| Octal | 356 | 14 | 323 | 0 | 137 | 13 | 7 | 463 | 132 | 61 |
| Binary | 11101110 | 1100 | 11010011 | 0 | 1011111 | 1011 | 111 | 100110011 | 1011010 | 110001 |
Color Harmonies of #EE0CD3
Complementary color
Monochromatic Colors of #EE0CD3
Black with #EE0CD3
Text Example
Text Example
White with #EE0CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CD3; }
p { color: rgb(238,12,211); }
H1.HeaderClassName
{
color: #EE0CD3;
}
.AnyTagClassName
{
color: #EE0CD3;
}
</style>
background-color css
<style>
a { background-color: #EE0CD3; }
a { background-color: rgb(238,12,211); }
div.DivClassName
{
background-color: #EE0CD3;
}
.BgClassName
{
background-color: #EE0CD3;
}
</style>
border-color css
<style>
span { border-color: #EE0CD3; }
span { border-color: rgb(238,12,211); }
td.TdClassName
{
border-color: #EE0CD3;
}
.TagClassName
{
border-color: #EE0CD3;
}
</style>