Shades of Hollywood Cerise #E602B5
Tints of Hollywood Cerise #E602B5
RGB
CMYK
RGB Variations
Color information
#E602B5 (or 0xE602B5) is known color: Hollywood Cerise. HEX triplet: E6, 02 and B5. RGB value is (230,2,181). Sum of RGB (Red+Green+Blue) = 230+2+181=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E602B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602B5 is #19FD4A. Grayscale: #5A5A5A. Windows color (decimal): -1703243 or 11862758. OLE color: 11862758.
HSL color Cylindrical-coordinate representation of color #E602B5: hue angle of 312.89º 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 #E602B5 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.10 |
| HSL | 312.89º | 0.98% | 0.45% | - |
| HSV(B) | 312.89º | 0.99% | 0.9% | - |
| XYZ | 41 | 20.2 | 45.45 | - |
| YUV | 90.58 | 179.04 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 181 | 0 | 0.99 | 0.21 | 0.10 | 312.89 | 0.98 | 0.45 |
| Hex | E6 | 2 | B5 | 0 | 63 | 15 | A | 139 | 62 | 2D |
| Octal | 346 | 2 | 265 | 0 | 143 | 25 | 12 | 471 | 142 | 55 |
| Binary | 11100110 | 10 | 10110101 | 0 | 1100011 | 10101 | 1010 | 100111001 | 1100010 | 101101 |
Color Harmonies of #E602B5
Complementary color
Monochromatic Colors of #E602B5
Black with #E602B5
Text Example
Text Example
White with #E602B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E602B5; }
p { color: rgb(230,2,181); }
H1.HeaderClassName
{
color: #E602B5;
}
.AnyTagClassName
{
color: #E602B5;
}
</style>
background-color css
<style>
a { background-color: #E602B5; }
a { background-color: rgb(230,2,181); }
div.DivClassName
{
background-color: #E602B5;
}
.BgClassName
{
background-color: #E602B5;
}
</style>
border-color css
<style>
span { border-color: #E602B5; }
span { border-color: rgb(230,2,181); }
td.TdClassName
{
border-color: #E602B5;
}
.TagClassName
{
border-color: #E602B5;
}
</style>