Shades of Hollywood Cerise #E602A8
Tints of Hollywood Cerise #E602A8
RGB
CMYK
RGB Variations
Color information
#E602A8 (or 0xE602A8) is known color: Hollywood Cerise. HEX triplet: E6, 02 and A8. RGB value is (230,2,168). Sum of RGB (Red+Green+Blue) = 230+2+168=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E602A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E602A8 is #19FD57. Grayscale: #585858. Windows color (decimal): -1703256 or 11010790. OLE color: 11010790.
HSL color Cylindrical-coordinate representation of color #E602A8: hue angle of 316.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E602A8 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.10 |
| HSL | 316.32º | 0.98% | 0.45% | - |
| HSV(B) | 316.32º | 0.99% | 0.9% | - |
| XYZ | 39.72 | 19.69 | 38.75 | - |
| YUV | 89.1 | 172.54 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 168 | 0 | 0.99 | 0.27 | 0.10 | 316.32 | 0.98 | 0.45 |
| Hex | E6 | 2 | A8 | 0 | 63 | 1B | A | 13C | 62 | 2D |
| Octal | 346 | 2 | 250 | 0 | 143 | 33 | 12 | 474 | 142 | 55 |
| Binary | 11100110 | 10 | 10101000 | 0 | 1100011 | 11011 | 1010 | 100111100 | 1100010 | 101101 |
Color Harmonies of #E602A8
Complementary color
Monochromatic Colors of #E602A8
Black with #E602A8
Text Example
Text Example
White with #E602A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E602A8; }
p { color: rgb(230,2,168); }
H1.HeaderClassName
{
color: #E602A8;
}
.AnyTagClassName
{
color: #E602A8;
}
</style>
background-color css
<style>
a { background-color: #E602A8; }
a { background-color: rgb(230,2,168); }
div.DivClassName
{
background-color: #E602A8;
}
.BgClassName
{
background-color: #E602A8;
}
</style>
border-color css
<style>
span { border-color: #E602A8; }
span { border-color: rgb(230,2,168); }
td.TdClassName
{
border-color: #E602A8;
}
.TagClassName
{
border-color: #E602A8;
}
</style>