Shades of Hollywood Cerise #EA15A3
Tints of Hollywood Cerise #EA15A3
RGB
CMYK
RGB Variations
Color information
#EA15A3 (or 0xEA15A3) is known color: Hollywood Cerise. HEX triplet: EA, 15 and A3. RGB value is (234,21,163). Sum of RGB (Red+Green+Blue) = 234+21+163=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA15A3 is #15EA5C. Grayscale: #646464. Windows color (decimal): -1436253 or 10687978. OLE color: 10687978.
HSL color Cylindrical-coordinate representation of color #EA15A3: hue angle of 320º 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 #EA15A3 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 163 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.08 |
| HSL | 320º | 0.84% | 0.5% | - |
| HSV(B) | 320º | 0.91% | 0.92% | - |
| XYZ | 40.81 | 20.67 | 36.49 | - |
| YUV | 100.88 | 163.07 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 163 | 0 | 0.91 | 0.30 | 0.08 | 320 | 0.84 | 0.5 |
| Hex | EA | 15 | A3 | 0 | 5B | 1E | 8 | 140 | 54 | 32 |
| Octal | 352 | 25 | 243 | 0 | 133 | 36 | 10 | 500 | 124 | 62 |
| Binary | 11101010 | 10101 | 10100011 | 0 | 1011011 | 11110 | 1000 | 101000000 | 1010100 | 110010 |
Color Harmonies of #EA15A3
Complementary color
Monochromatic Colors of #EA15A3
Black with #EA15A3
Text Example
Text Example
White with #EA15A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA15A3; }
p { color: rgb(234,21,163); }
H1.HeaderClassName
{
color: #EA15A3;
}
.AnyTagClassName
{
color: #EA15A3;
}
</style>
background-color css
<style>
a { background-color: #EA15A3; }
a { background-color: rgb(234,21,163); }
div.DivClassName
{
background-color: #EA15A3;
}
.BgClassName
{
background-color: #EA15A3;
}
</style>
border-color css
<style>
span { border-color: #EA15A3; }
span { border-color: rgb(234,21,163); }
td.TdClassName
{
border-color: #EA15A3;
}
.TagClassName
{
border-color: #EA15A3;
}
</style>