Shades of Hollywood Cerise #E802B3
Tints of Hollywood Cerise #E802B3
RGB
CMYK
RGB Variations
Color information
#E802B3 (or 0xE802B3) is known color: Hollywood Cerise. HEX triplet: E8, 02 and B3. RGB value is (232,2,179). Sum of RGB (Red+Green+Blue) = 232+2+179=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E802B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E802B3 is #17FD4C. Grayscale: #5A5A5A. Windows color (decimal): -1572173 or 11731688. OLE color: 11731688.
HSL color Cylindrical-coordinate representation of color #E802B3: hue angle of 313.83º 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 #E802B3 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.09 |
| HSL | 313.83º | 0.98% | 0.46% | - |
| HSV(B) | 313.83º | 0.99% | 0.91% | - |
| XYZ | 41.44 | 20.45 | 44.41 | - |
| YUV | 90.95 | 177.7 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 179 | 0 | 0.99 | 0.23 | 0.09 | 313.83 | 0.98 | 0.46 |
| Hex | E8 | 2 | B3 | 0 | 63 | 17 | 9 | 13A | 62 | 2E |
| Octal | 350 | 2 | 263 | 0 | 143 | 27 | 11 | 472 | 142 | 56 |
| Binary | 11101000 | 10 | 10110011 | 0 | 1100011 | 10111 | 1001 | 100111010 | 1100010 | 101110 |
Color Harmonies of #E802B3
Complementary color
Monochromatic Colors of #E802B3
Black with #E802B3
Text Example
Text Example
White with #E802B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802B3; }
p { color: rgb(232,2,179); }
H1.HeaderClassName
{
color: #E802B3;
}
.AnyTagClassName
{
color: #E802B3;
}
</style>
background-color css
<style>
a { background-color: #E802B3; }
a { background-color: rgb(232,2,179); }
div.DivClassName
{
background-color: #E802B3;
}
.BgClassName
{
background-color: #E802B3;
}
</style>
border-color css
<style>
span { border-color: #E802B3; }
span { border-color: rgb(232,2,179); }
td.TdClassName
{
border-color: #E802B3;
}
.TagClassName
{
border-color: #E802B3;
}
</style>