Shades of Hollywood Cerise #E702AB
Tints of Hollywood Cerise #E702AB
RGB
CMYK
RGB Variations
Color information
#E702AB (or 0xE702AB) is known color: Hollywood Cerise. HEX triplet: E7, 02 and AB. RGB value is (231,2,171). Sum of RGB (Red+Green+Blue) = 231+2+171=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E702AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E702AB is #18FD54. Grayscale: #595959. Windows color (decimal): -1637717 or 11207399. OLE color: 11207399.
HSL color Cylindrical-coordinate representation of color #E702AB: hue angle of 315.72º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E702AB is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.09 |
| HSL | 315.72º | 0.98% | 0.46% | - |
| HSV(B) | 315.72º | 0.99% | 0.91% | - |
| XYZ | 40.33 | 19.97 | 40.26 | - |
| YUV | 89.74 | 173.87 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 171 | 0 | 0.99 | 0.26 | 0.09 | 315.72 | 0.98 | 0.46 |
| Hex | E7 | 2 | AB | 0 | 63 | 1A | 9 | 13C | 62 | 2E |
| Octal | 347 | 2 | 253 | 0 | 143 | 32 | 11 | 474 | 142 | 56 |
| Binary | 11100111 | 10 | 10101011 | 0 | 1100011 | 11010 | 1001 | 100111100 | 1100010 | 101110 |
Color Harmonies of #E702AB
Complementary color
Monochromatic Colors of #E702AB
Black with #E702AB
Text Example
Text Example
White with #E702AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702AB; }
p { color: rgb(231,2,171); }
H1.HeaderClassName
{
color: #E702AB;
}
.AnyTagClassName
{
color: #E702AB;
}
</style>
background-color css
<style>
a { background-color: #E702AB; }
a { background-color: rgb(231,2,171); }
div.DivClassName
{
background-color: #E702AB;
}
.BgClassName
{
background-color: #E702AB;
}
</style>
border-color css
<style>
span { border-color: #E702AB; }
span { border-color: rgb(231,2,171); }
td.TdClassName
{
border-color: #E702AB;
}
.TagClassName
{
border-color: #E702AB;
}
</style>