Shades of Hollywood Cerise #E802AD
Tints of Hollywood Cerise #E802AD
RGB
CMYK
RGB Variations
Color information
#E802AD (or 0xE802AD) is known color: Hollywood Cerise. HEX triplet: E8, 02 and AD. RGB value is (232,2,173). Sum of RGB (Red+Green+Blue) = 232+2+173=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E802AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E802AD is #17FD52. Grayscale: #595959. Windows color (decimal): -1572179 or 11338472. OLE color: 11338472.
HSL color Cylindrical-coordinate representation of color #E802AD: hue angle of 315.39º 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 #E802AD is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.09 |
| HSL | 315.39º | 0.98% | 0.46% | - |
| HSV(B) | 315.39º | 0.99% | 0.91% | - |
| XYZ | 40.84 | 20.22 | 41.28 | - |
| YUV | 90.26 | 174.7 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 173 | 0 | 0.99 | 0.25 | 0.09 | 315.39 | 0.98 | 0.46 |
| Hex | E8 | 2 | AD | 0 | 63 | 19 | 9 | 13B | 62 | 2E |
| Octal | 350 | 2 | 255 | 0 | 143 | 31 | 11 | 473 | 142 | 56 |
| Binary | 11101000 | 10 | 10101101 | 0 | 1100011 | 11001 | 1001 | 100111011 | 1100010 | 101110 |
Color Harmonies of #E802AD
Complementary color
Monochromatic Colors of #E802AD
Black with #E802AD
Text Example
Text Example
White with #E802AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802AD; }
p { color: rgb(232,2,173); }
H1.HeaderClassName
{
color: #E802AD;
}
.AnyTagClassName
{
color: #E802AD;
}
</style>
background-color css
<style>
a { background-color: #E802AD; }
a { background-color: rgb(232,2,173); }
div.DivClassName
{
background-color: #E802AD;
}
.BgClassName
{
background-color: #E802AD;
}
</style>
border-color css
<style>
span { border-color: #E802AD; }
span { border-color: rgb(232,2,173); }
td.TdClassName
{
border-color: #E802AD;
}
.TagClassName
{
border-color: #E802AD;
}
</style>