Shades of Hollywood Cerise #E701AA
Tints of Hollywood Cerise #E701AA
RGB
CMYK
RGB Variations
Color information
#E701AA (or 0xE701AA) is known color: Hollywood Cerise. HEX triplet: E7, 01 and AA. RGB value is (231,1,170). Sum of RGB (Red+Green+Blue) = 231+1+170=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E701AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E701AA is #18FE55. Grayscale: #585858. Windows color (decimal): -1637974 or 11141607. OLE color: 11141607.
HSL color Cylindrical-coordinate representation of color #E701AA: hue angle of 315.91º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701AA is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.09 |
| HSL | 315.91º | 0.99% | 0.45% | - |
| HSV(B) | 315.91º | 1% | 0.91% | - |
| XYZ | 40.22 | 19.91 | 39.75 | - |
| YUV | 89.04 | 173.7 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 170 | 0 | 1.00 | 0.26 | 0.09 | 315.91 | 0.99 | 0.45 |
| Hex | E7 | 1 | AA | 0 | 64 | 1A | 9 | 13C | 63 | 2D |
| Octal | 347 | 1 | 252 | 0 | 144 | 32 | 11 | 474 | 143 | 55 |
| Binary | 11100111 | 1 | 10101010 | 0 | 1100100 | 11010 | 1001 | 100111100 | 1100011 | 101101 |
Color Harmonies of #E701AA
Complementary color
Monochromatic Colors of #E701AA
Black with #E701AA
Text Example
Text Example
White with #E701AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701AA; }
p { color: rgb(231,1,170); }
H1.HeaderClassName
{
color: #E701AA;
}
.AnyTagClassName
{
color: #E701AA;
}
</style>
background-color css
<style>
a { background-color: #E701AA; }
a { background-color: rgb(231,1,170); }
div.DivClassName
{
background-color: #E701AA;
}
.BgClassName
{
background-color: #E701AA;
}
</style>
border-color css
<style>
span { border-color: #E701AA; }
span { border-color: rgb(231,1,170); }
td.TdClassName
{
border-color: #E701AA;
}
.TagClassName
{
border-color: #E701AA;
}
</style>