Shades of Hollywood Cerise #EA069C
Tints of Hollywood Cerise #EA069C
RGB
CMYK
RGB Variations
Color information
#EA069C (or 0xEA069C) is known color: Hollywood Cerise. HEX triplet: EA, 06 and 9C. RGB value is (234,6,156). Sum of RGB (Red+Green+Blue) = 234+6+156=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA069C is #15F963. Grayscale: #5A5A5A. Windows color (decimal): -1440100 or 10225386. OLE color: 10225386.
HSL color Cylindrical-coordinate representation of color #EA069C: hue angle of 320.53º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA069C is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.08 |
| HSL | 320.53º | 0.95% | 0.47% | - |
| HSV(B) | 320.53º | 0.97% | 0.92% | - |
| XYZ | 40 | 20.02 | 33.21 | - |
| YUV | 91.27 | 164.54 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 156 | 0 | 0.97 | 0.33 | 0.08 | 320.53 | 0.95 | 0.47 |
| Hex | EA | 6 | 9C | 0 | 61 | 21 | 8 | 141 | 5F | 2F |
| Octal | 352 | 6 | 234 | 0 | 141 | 41 | 10 | 501 | 137 | 57 |
| Binary | 11101010 | 110 | 10011100 | 0 | 1100001 | 100001 | 1000 | 101000001 | 1011111 | 101111 |
Color Harmonies of #EA069C
Complementary color
Monochromatic Colors of #EA069C
Black with #EA069C
Text Example
Text Example
White with #EA069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA069C; }
p { color: rgb(234,6,156); }
H1.HeaderClassName
{
color: #EA069C;
}
.AnyTagClassName
{
color: #EA069C;
}
</style>
background-color css
<style>
a { background-color: #EA069C; }
a { background-color: rgb(234,6,156); }
div.DivClassName
{
background-color: #EA069C;
}
.BgClassName
{
background-color: #EA069C;
}
</style>
border-color css
<style>
span { border-color: #EA069C; }
span { border-color: rgb(234,6,156); }
td.TdClassName
{
border-color: #EA069C;
}
.TagClassName
{
border-color: #EA069C;
}
</style>