Shades of Hollywood Cerise #EA0FAC
Tints of Hollywood Cerise #EA0FAC
RGB
CMYK
RGB Variations
Color information
#EA0FAC (or 0xEA0FAC) is known color: Hollywood Cerise. HEX triplet: EA, 0F and AC. RGB value is (234,15,172). Sum of RGB (Red+Green+Blue) = 234+15+172=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0FAC is #15F053. Grayscale: #616161. Windows color (decimal): -1437780 or 11276266. OLE color: 11276266.
HSL color Cylindrical-coordinate representation of color #EA0FAC: hue angle of 316.99º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0FAC is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 172 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.08 |
| HSL | 316.99º | 0.88% | 0.49% | - |
| HSV(B) | 316.99º | 0.94% | 0.92% | - |
| XYZ | 41.55 | 20.81 | 40.86 | - |
| YUV | 98.38 | 169.55 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 172 | 0 | 0.94 | 0.26 | 0.08 | 316.99 | 0.88 | 0.49 |
| Hex | EA | F | AC | 0 | 5E | 1A | 8 | 13D | 58 | 31 |
| Octal | 352 | 17 | 254 | 0 | 136 | 32 | 10 | 475 | 130 | 61 |
| Binary | 11101010 | 1111 | 10101100 | 0 | 1011110 | 11010 | 1000 | 100111101 | 1011000 | 110001 |
Color Harmonies of #EA0FAC
Complementary color
Monochromatic Colors of #EA0FAC
Black with #EA0FAC
Text Example
Text Example
White with #EA0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0FAC; }
p { color: rgb(234,15,172); }
H1.HeaderClassName
{
color: #EA0FAC;
}
.AnyTagClassName
{
color: #EA0FAC;
}
</style>
background-color css
<style>
a { background-color: #EA0FAC; }
a { background-color: rgb(234,15,172); }
div.DivClassName
{
background-color: #EA0FAC;
}
.BgClassName
{
background-color: #EA0FAC;
}
</style>
border-color css
<style>
span { border-color: #EA0FAC; }
span { border-color: rgb(234,15,172); }
td.TdClassName
{
border-color: #EA0FAC;
}
.TagClassName
{
border-color: #EA0FAC;
}
</style>