Shades of Hollywood Cerise #EA15A5
Tints of Hollywood Cerise #EA15A5
RGB
CMYK
RGB Variations
Color information
#EA15A5 (or 0xEA15A5) is known color: Hollywood Cerise. HEX triplet: EA, 15 and A5. RGB value is (234,21,165). Sum of RGB (Red+Green+Blue) = 234+21+165=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA15A5 is #15EA5A. Grayscale: #646464. Windows color (decimal): -1436251 or 10819050. OLE color: 10819050.
HSL color Cylindrical-coordinate representation of color #EA15A5: hue angle of 319.44º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA15A5 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 165 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.08 |
| HSL | 319.44º | 0.84% | 0.5% | - |
| HSV(B) | 319.44º | 0.91% | 0.92% | - |
| XYZ | 40.99 | 20.75 | 37.44 | - |
| YUV | 101.1 | 164.07 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 165 | 0 | 0.91 | 0.29 | 0.08 | 319.44 | 0.84 | 0.5 |
| Hex | EA | 15 | A5 | 0 | 5B | 1D | 8 | 13F | 54 | 32 |
| Octal | 352 | 25 | 245 | 0 | 133 | 35 | 10 | 477 | 124 | 62 |
| Binary | 11101010 | 10101 | 10100101 | 0 | 1011011 | 11101 | 1000 | 100111111 | 1010100 | 110010 |
Color Harmonies of #EA15A5
Complementary color
Monochromatic Colors of #EA15A5
Black with #EA15A5
Text Example
Text Example
White with #EA15A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA15A5; }
p { color: rgb(234,21,165); }
H1.HeaderClassName
{
color: #EA15A5;
}
.AnyTagClassName
{
color: #EA15A5;
}
</style>
background-color css
<style>
a { background-color: #EA15A5; }
a { background-color: rgb(234,21,165); }
div.DivClassName
{
background-color: #EA15A5;
}
.BgClassName
{
background-color: #EA15A5;
}
</style>
border-color css
<style>
span { border-color: #EA15A5; }
span { border-color: rgb(234,21,165); }
td.TdClassName
{
border-color: #EA15A5;
}
.TagClassName
{
border-color: #EA15A5;
}
</style>