Shades of Hollywood Cerise #EA0399
Tints of Hollywood Cerise #EA0399
RGB
CMYK
RGB Variations
Color information
#EA0399 (or 0xEA0399) is known color: Hollywood Cerise. HEX triplet: EA, 03 and 99. RGB value is (234,3,153). Sum of RGB (Red+Green+Blue) = 234+3+153=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0399 is #15FC66. Grayscale: #585858. Windows color (decimal): -1440871 or 10028010. OLE color: 10028010.
HSL color Cylindrical-coordinate representation of color #EA0399: hue angle of 321.04º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0399 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.08 |
| HSL | 321.04º | 0.97% | 0.46% | - |
| HSV(B) | 321.04º | 0.99% | 0.92% | - |
| XYZ | 39.71 | 19.86 | 31.88 | - |
| YUV | 89.17 | 164.03 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 153 | 0 | 0.99 | 0.35 | 0.08 | 321.04 | 0.97 | 0.46 |
| Hex | EA | 3 | 99 | 0 | 63 | 23 | 8 | 141 | 61 | 2E |
| Octal | 352 | 3 | 231 | 0 | 143 | 43 | 10 | 501 | 141 | 56 |
| Binary | 11101010 | 11 | 10011001 | 0 | 1100011 | 100011 | 1000 | 101000001 | 1100001 | 101110 |
Color Harmonies of #EA0399
Complementary color
Monochromatic Colors of #EA0399
Black with #EA0399
Text Example
Text Example
White with #EA0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0399; }
p { color: rgb(234,3,153); }
H1.HeaderClassName
{
color: #EA0399;
}
.AnyTagClassName
{
color: #EA0399;
}
</style>
background-color css
<style>
a { background-color: #EA0399; }
a { background-color: rgb(234,3,153); }
div.DivClassName
{
background-color: #EA0399;
}
.BgClassName
{
background-color: #EA0399;
}
</style>
border-color css
<style>
span { border-color: #EA0399; }
span { border-color: rgb(234,3,153); }
td.TdClassName
{
border-color: #EA0399;
}
.TagClassName
{
border-color: #EA0399;
}
</style>