Shades of Hot Magenta #E905CC
Tints of Hot Magenta #E905CC
RGB
CMYK
RGB Variations
Color information
#E905CC (or 0xE905CC) is known color: Hot Magenta. HEX triplet: E9, 05 and CC. RGB value is (233,5,204). Sum of RGB (Red+Green+Blue) = 233+5+204=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E905CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E905CC is #16FA33. Grayscale: #5F5F5F. Windows color (decimal): -1505844 or 13370857. OLE color: 13370857.
HSL color Cylindrical-coordinate representation of color #E905CC: hue angle of 307.63º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E905CC is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.09 |
| HSL | 307.63º | 0.96% | 0.47% | - |
| HSV(B) | 307.63º | 0.98% | 0.91% | - |
| XYZ | 44.56 | 21.79 | 58.98 | - |
| YUV | 95.86 | 189.04 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 204 | 0 | 0.98 | 0.12 | 0.09 | 307.63 | 0.96 | 0.47 |
| Hex | E9 | 5 | CC | 0 | 62 | C | 9 | 134 | 60 | 2F |
| Octal | 351 | 5 | 314 | 0 | 142 | 14 | 11 | 464 | 140 | 57 |
| Binary | 11101001 | 101 | 11001100 | 0 | 1100010 | 1100 | 1001 | 100110100 | 1100000 | 101111 |
Color Harmonies of #E905CC
Complementary color
Monochromatic Colors of #E905CC
Black with #E905CC
Text Example
Text Example
White with #E905CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E905CC; }
p { color: rgb(233,5,204); }
H1.HeaderClassName
{
color: #E905CC;
}
.AnyTagClassName
{
color: #E905CC;
}
</style>
background-color css
<style>
a { background-color: #E905CC; }
a { background-color: rgb(233,5,204); }
div.DivClassName
{
background-color: #E905CC;
}
.BgClassName
{
background-color: #E905CC;
}
</style>
border-color css
<style>
span { border-color: #E905CC; }
span { border-color: rgb(233,5,204); }
td.TdClassName
{
border-color: #E905CC;
}
.TagClassName
{
border-color: #E905CC;
}
</style>