Shades of Hollywood Cerise #EA0B93
Tints of Hollywood Cerise #EA0B93
RGB
CMYK
RGB Variations
Color information
#EA0B93 (or 0xEA0B93) is known color: Hollywood Cerise. HEX triplet: EA, 0B and 93. RGB value is (234,11,147). Sum of RGB (Red+Green+Blue) = 234+11+147=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0B93 is #15F46C. Grayscale: #5C5C5C. Windows color (decimal): -1438829 or 9636842. OLE color: 9636842.
HSL color Cylindrical-coordinate representation of color #EA0B93: hue angle of 323.41º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0B93 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 147 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.08 |
| HSL | 323.41º | 0.91% | 0.48% | - |
| HSV(B) | 323.41º | 0.95% | 0.92% | - |
| XYZ | 39.32 | 19.84 | 29.36 | - |
| YUV | 93.18 | 158.38 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 147 | 0 | 0.95 | 0.37 | 0.08 | 323.41 | 0.91 | 0.48 |
| Hex | EA | B | 93 | 0 | 5F | 25 | 8 | 143 | 5B | 30 |
| Octal | 352 | 13 | 223 | 0 | 137 | 45 | 10 | 503 | 133 | 60 |
| Binary | 11101010 | 1011 | 10010011 | 0 | 1011111 | 100101 | 1000 | 101000011 | 1011011 | 110000 |
Color Harmonies of #EA0B93
Complementary color
Monochromatic Colors of #EA0B93
Black with #EA0B93
Text Example
Text Example
White with #EA0B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B93; }
p { color: rgb(234,11,147); }
H1.HeaderClassName
{
color: #EA0B93;
}
.AnyTagClassName
{
color: #EA0B93;
}
</style>
background-color css
<style>
a { background-color: #EA0B93; }
a { background-color: rgb(234,11,147); }
div.DivClassName
{
background-color: #EA0B93;
}
.BgClassName
{
background-color: #EA0B93;
}
</style>
border-color css
<style>
span { border-color: #EA0B93; }
span { border-color: rgb(234,11,147); }
td.TdClassName
{
border-color: #EA0B93;
}
.TagClassName
{
border-color: #EA0B93;
}
</style>