Shades of Hollywood Cerise #E902AC
Tints of Hollywood Cerise #E902AC
RGB
CMYK
RGB Variations
Color information
#E902AC (or 0xE902AC) is known color: Hollywood Cerise. HEX triplet: E9, 02 and AC. RGB value is (233,2,172). Sum of RGB (Red+Green+Blue) = 233+2+172=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E902AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E902AC is #16FD53. Grayscale: #5A5A5A. Windows color (decimal): -1506644 or 11272937. OLE color: 11272937.
HSL color Cylindrical-coordinate representation of color #E902AC: hue angle of 315.84º 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 #E902AC is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.09 |
| HSL | 315.84º | 0.98% | 0.46% | - |
| HSV(B) | 315.84º | 0.99% | 0.91% | - |
| XYZ | 41.07 | 20.35 | 40.79 | - |
| YUV | 90.45 | 174.03 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 172 | 0 | 0.99 | 0.26 | 0.09 | 315.84 | 0.98 | 0.46 |
| Hex | E9 | 2 | AC | 0 | 63 | 1A | 9 | 13C | 62 | 2E |
| Octal | 351 | 2 | 254 | 0 | 143 | 32 | 11 | 474 | 142 | 56 |
| Binary | 11101001 | 10 | 10101100 | 0 | 1100011 | 11010 | 1001 | 100111100 | 1100010 | 101110 |
Color Harmonies of #E902AC
Complementary color
Monochromatic Colors of #E902AC
Black with #E902AC
Text Example
Text Example
White with #E902AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902AC; }
p { color: rgb(233,2,172); }
H1.HeaderClassName
{
color: #E902AC;
}
.AnyTagClassName
{
color: #E902AC;
}
</style>
background-color css
<style>
a { background-color: #E902AC; }
a { background-color: rgb(233,2,172); }
div.DivClassName
{
background-color: #E902AC;
}
.BgClassName
{
background-color: #E902AC;
}
</style>
border-color css
<style>
span { border-color: #E902AC; }
span { border-color: rgb(233,2,172); }
td.TdClassName
{
border-color: #E902AC;
}
.TagClassName
{
border-color: #E902AC;
}
</style>