Shades of Hollywood Cerise #E902AF
Tints of Hollywood Cerise #E902AF
RGB
CMYK
RGB Variations
Color information
#E902AF (or 0xE902AF) is known color: Hollywood Cerise. HEX triplet: E9, 02 and AF. RGB value is (233,2,175). Sum of RGB (Red+Green+Blue) = 233+2+175=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E902AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E902AF is #16FD50. Grayscale: #5A5A5A. Windows color (decimal): -1506641 or 11469545. OLE color: 11469545.
HSL color Cylindrical-coordinate representation of color #E902AF: hue angle of 315.06º 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 #E902AF is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.09 |
| HSL | 315.06º | 0.98% | 0.46% | - |
| HSV(B) | 315.06º | 0.99% | 0.91% | - |
| XYZ | 41.36 | 20.46 | 42.33 | - |
| YUV | 90.79 | 175.53 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 175 | 0 | 0.99 | 0.25 | 0.09 | 315.06 | 0.98 | 0.46 |
| Hex | E9 | 2 | AF | 0 | 63 | 19 | 9 | 13B | 62 | 2E |
| Octal | 351 | 2 | 257 | 0 | 143 | 31 | 11 | 473 | 142 | 56 |
| Binary | 11101001 | 10 | 10101111 | 0 | 1100011 | 11001 | 1001 | 100111011 | 1100010 | 101110 |
Color Harmonies of #E902AF
Complementary color
Monochromatic Colors of #E902AF
Black with #E902AF
Text Example
Text Example
White with #E902AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902AF; }
p { color: rgb(233,2,175); }
H1.HeaderClassName
{
color: #E902AF;
}
.AnyTagClassName
{
color: #E902AF;
}
</style>
background-color css
<style>
a { background-color: #E902AF; }
a { background-color: rgb(233,2,175); }
div.DivClassName
{
background-color: #E902AF;
}
.BgClassName
{
background-color: #E902AF;
}
</style>
border-color css
<style>
span { border-color: #E902AF; }
span { border-color: rgb(233,2,175); }
td.TdClassName
{
border-color: #E902AF;
}
.TagClassName
{
border-color: #E902AF;
}
</style>