Shades of Hollywood Cerise #E702B1
Tints of Hollywood Cerise #E702B1
RGB
CMYK
RGB Variations
Color information
#E702B1 (or 0xE702B1) is known color: Hollywood Cerise. HEX triplet: E7, 02 and B1. RGB value is (231,2,177). Sum of RGB (Red+Green+Blue) = 231+2+177=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E702B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E702B1 is #18FD4E. Grayscale: #595959. Windows color (decimal): -1637711 or 11600615. OLE color: 11600615.
HSL color Cylindrical-coordinate representation of color #E702B1: hue angle of 314.15º 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 #E702B1 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 177 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.09 |
| HSL | 314.15º | 0.98% | 0.46% | - |
| HSV(B) | 314.15º | 0.99% | 0.91% | - |
| XYZ | 40.91 | 20.21 | 43.34 | - |
| YUV | 90.42 | 176.87 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 177 | 0 | 0.99 | 0.23 | 0.09 | 314.15 | 0.98 | 0.46 |
| Hex | E7 | 2 | B1 | 0 | 63 | 17 | 9 | 13A | 62 | 2E |
| Octal | 347 | 2 | 261 | 0 | 143 | 27 | 11 | 472 | 142 | 56 |
| Binary | 11100111 | 10 | 10110001 | 0 | 1100011 | 10111 | 1001 | 100111010 | 1100010 | 101110 |
Color Harmonies of #E702B1
Complementary color
Monochromatic Colors of #E702B1
Black with #E702B1
Text Example
Text Example
White with #E702B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702B1; }
p { color: rgb(231,2,177); }
H1.HeaderClassName
{
color: #E702B1;
}
.AnyTagClassName
{
color: #E702B1;
}
</style>
background-color css
<style>
a { background-color: #E702B1; }
a { background-color: rgb(231,2,177); }
div.DivClassName
{
background-color: #E702B1;
}
.BgClassName
{
background-color: #E702B1;
}
</style>
border-color css
<style>
span { border-color: #E702B1; }
span { border-color: rgb(231,2,177); }
td.TdClassName
{
border-color: #E702B1;
}
.TagClassName
{
border-color: #E702B1;
}
</style>