Shades of Hollywood Cerise #E802B4
Tints of Hollywood Cerise #E802B4
RGB
CMYK
RGB Variations
Color information
#E802B4 (or 0xE802B4) is known color: Hollywood Cerise. HEX triplet: E8, 02 and B4. RGB value is (232,2,180). Sum of RGB (Red+Green+Blue) = 232+2+180=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E802B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E802B4 is #17FD4B. Grayscale: #5A5A5A. Windows color (decimal): -1572172 or 11797224. OLE color: 11797224.
HSL color Cylindrical-coordinate representation of color #E802B4: hue angle of 313.57º 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 #E802B4 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 180 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.09 |
| HSL | 313.57º | 0.98% | 0.46% | - |
| HSV(B) | 313.57º | 0.99% | 0.91% | - |
| XYZ | 41.54 | 20.49 | 44.95 | - |
| YUV | 91.06 | 178.2 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 180 | 0 | 0.99 | 0.22 | 0.09 | 313.57 | 0.98 | 0.46 |
| Hex | E8 | 2 | B4 | 0 | 63 | 16 | 9 | 13A | 62 | 2E |
| Octal | 350 | 2 | 264 | 0 | 143 | 26 | 11 | 472 | 142 | 56 |
| Binary | 11101000 | 10 | 10110100 | 0 | 1100011 | 10110 | 1001 | 100111010 | 1100010 | 101110 |
Color Harmonies of #E802B4
Complementary color
Monochromatic Colors of #E802B4
Black with #E802B4
Text Example
Text Example
White with #E802B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802B4; }
p { color: rgb(232,2,180); }
H1.HeaderClassName
{
color: #E802B4;
}
.AnyTagClassName
{
color: #E802B4;
}
</style>
background-color css
<style>
a { background-color: #E802B4; }
a { background-color: rgb(232,2,180); }
div.DivClassName
{
background-color: #E802B4;
}
.BgClassName
{
background-color: #E802B4;
}
</style>
border-color css
<style>
span { border-color: #E802B4; }
span { border-color: rgb(232,2,180); }
td.TdClassName
{
border-color: #E802B4;
}
.TagClassName
{
border-color: #E802B4;
}
</style>