Shades of Hollywood Cerise #E302AB
Tints of Hollywood Cerise #E302AB
RGB
CMYK
RGB Variations
Color information
#E302AB (or 0xE302AB) is known color: Hollywood Cerise. HEX triplet: E3, 02 and AB. RGB value is (227,2,171). Sum of RGB (Red+Green+Blue) = 227+2+171=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E302AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E302AB is #1CFD54. Grayscale: #585858. Windows color (decimal): -1899861 or 11207395. OLE color: 11207395.
HSL color Cylindrical-coordinate representation of color #E302AB: hue angle of 314.93º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E302AB is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.11 |
| HSL | 314.93º | 0.98% | 0.45% | - |
| HSV(B) | 314.93º | 0.99% | 0.89% | - |
| XYZ | 39.05 | 19.31 | 40.2 | - |
| YUV | 88.54 | 174.54 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 171 | 0 | 0.99 | 0.25 | 0.11 | 314.93 | 0.98 | 0.45 |
| Hex | E3 | 2 | AB | 0 | 63 | 19 | B | 13B | 62 | 2D |
| Octal | 343 | 2 | 253 | 0 | 143 | 31 | 13 | 473 | 142 | 55 |
| Binary | 11100011 | 10 | 10101011 | 0 | 1100011 | 11001 | 1011 | 100111011 | 1100010 | 101101 |
Color Harmonies of #E302AB
Complementary color
Monochromatic Colors of #E302AB
Black with #E302AB
Text Example
Text Example
White with #E302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302AB; }
p { color: rgb(227,2,171); }
H1.HeaderClassName
{
color: #E302AB;
}
.AnyTagClassName
{
color: #E302AB;
}
</style>
background-color css
<style>
a { background-color: #E302AB; }
a { background-color: rgb(227,2,171); }
div.DivClassName
{
background-color: #E302AB;
}
.BgClassName
{
background-color: #E302AB;
}
</style>
border-color css
<style>
span { border-color: #E302AB; }
span { border-color: rgb(227,2,171); }
td.TdClassName
{
border-color: #E302AB;
}
.TagClassName
{
border-color: #E302AB;
}
</style>