Shades of Hollywood Cerise #E702B2
Tints of Hollywood Cerise #E702B2
RGB
CMYK
RGB Variations
Color information
#E702B2 (or 0xE702B2) is known color: Hollywood Cerise. HEX triplet: E7, 02 and B2. RGB value is (231,2,178). Sum of RGB (Red+Green+Blue) = 231+2+178=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E702B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E702B2 is #18FD4D. Grayscale: #5A5A5A. Windows color (decimal): -1637710 or 11666151. OLE color: 11666151.
HSL color Cylindrical-coordinate representation of color #E702B2: hue angle of 313.89º 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 #E702B2 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.09 |
| HSL | 313.89º | 0.98% | 0.46% | - |
| HSV(B) | 313.89º | 0.99% | 0.91% | - |
| XYZ | 41.01 | 20.25 | 43.87 | - |
| YUV | 90.54 | 177.37 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 178 | 0 | 0.99 | 0.23 | 0.09 | 313.89 | 0.98 | 0.46 |
| Hex | E7 | 2 | B2 | 0 | 63 | 17 | 9 | 13A | 62 | 2E |
| Octal | 347 | 2 | 262 | 0 | 143 | 27 | 11 | 472 | 142 | 56 |
| Binary | 11100111 | 10 | 10110010 | 0 | 1100011 | 10111 | 1001 | 100111010 | 1100010 | 101110 |
Color Harmonies of #E702B2
Complementary color
Monochromatic Colors of #E702B2
Black with #E702B2
Text Example
Text Example
White with #E702B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702B2; }
p { color: rgb(231,2,178); }
H1.HeaderClassName
{
color: #E702B2;
}
.AnyTagClassName
{
color: #E702B2;
}
</style>
background-color css
<style>
a { background-color: #E702B2; }
a { background-color: rgb(231,2,178); }
div.DivClassName
{
background-color: #E702B2;
}
.BgClassName
{
background-color: #E702B2;
}
</style>
border-color css
<style>
span { border-color: #E702B2; }
span { border-color: rgb(231,2,178); }
td.TdClassName
{
border-color: #E702B2;
}
.TagClassName
{
border-color: #E702B2;
}
</style>