Shades of Hot Magenta #E907CA
Tints of Hot Magenta #E907CA
RGB
CMYK
RGB Variations
Color information
#E907CA (or 0xE907CA) is known color: Hot Magenta. HEX triplet: E9, 07 and CA. RGB value is (233,7,202). Sum of RGB (Red+Green+Blue) = 233+7+202=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E907CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E907CA is #16F835. Grayscale: #606060. Windows color (decimal): -1505334 or 13240297. OLE color: 13240297.
HSL color Cylindrical-coordinate representation of color #E907CA: hue angle of 308.23º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E907CA is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 7 | 202 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.09 |
| HSL | 308.23º | 0.94% | 0.47% | - |
| HSV(B) | 308.23º | 0.97% | 0.91% | - |
| XYZ | 44.34 | 21.74 | 57.74 | - |
| YUV | 96.8 | 187.37 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 202 | 0 | 0.97 | 0.13 | 0.09 | 308.23 | 0.94 | 0.47 |
| Hex | E9 | 7 | CA | 0 | 61 | D | 9 | 134 | 5E | 2F |
| Octal | 351 | 7 | 312 | 0 | 141 | 15 | 11 | 464 | 136 | 57 |
| Binary | 11101001 | 111 | 11001010 | 0 | 1100001 | 1101 | 1001 | 100110100 | 1011110 | 101111 |
Color Harmonies of #E907CA
Complementary color
Monochromatic Colors of #E907CA
Black with #E907CA
Text Example
Text Example
White with #E907CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E907CA; }
p { color: rgb(233,7,202); }
H1.HeaderClassName
{
color: #E907CA;
}
.AnyTagClassName
{
color: #E907CA;
}
</style>
background-color css
<style>
a { background-color: #E907CA; }
a { background-color: rgb(233,7,202); }
div.DivClassName
{
background-color: #E907CA;
}
.BgClassName
{
background-color: #E907CA;
}
</style>
border-color css
<style>
span { border-color: #E907CA; }
span { border-color: rgb(233,7,202); }
td.TdClassName
{
border-color: #E907CA;
}
.TagClassName
{
border-color: #E907CA;
}
</style>