Shades of Hollywood Cerise #EB14A1
Tints of Hollywood Cerise #EB14A1
RGB
CMYK
RGB Variations
Color information
#EB14A1 (or 0xEB14A1) is known color: Hollywood Cerise. HEX triplet: EB, 14 and A1. RGB value is (235,20,161). Sum of RGB (Red+Green+Blue) = 235+20+161=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB14A1 is #14EB5E. Grayscale: #646464. Windows color (decimal): -1370975 or 10556651. OLE color: 10556651.
HSL color Cylindrical-coordinate representation of color #EB14A1: hue angle of 320.65º 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 #EB14A1 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 161 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.08 |
| HSL | 320.65º | 0.84% | 0.5% | - |
| HSV(B) | 320.65º | 0.91% | 0.92% | - |
| XYZ | 40.94 | 20.74 | 35.56 | - |
| YUV | 100.36 | 162.23 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 161 | 0 | 0.91 | 0.31 | 0.08 | 320.65 | 0.84 | 0.5 |
| Hex | EB | 14 | A1 | 0 | 5B | 1F | 8 | 141 | 54 | 32 |
| Octal | 353 | 24 | 241 | 0 | 133 | 37 | 10 | 501 | 124 | 62 |
| Binary | 11101011 | 10100 | 10100001 | 0 | 1011011 | 11111 | 1000 | 101000001 | 1010100 | 110010 |
Color Harmonies of #EB14A1
Complementary color
Monochromatic Colors of #EB14A1
Black with #EB14A1
Text Example
Text Example
White with #EB14A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB14A1; }
p { color: rgb(235,20,161); }
H1.HeaderClassName
{
color: #EB14A1;
}
.AnyTagClassName
{
color: #EB14A1;
}
</style>
background-color css
<style>
a { background-color: #EB14A1; }
a { background-color: rgb(235,20,161); }
div.DivClassName
{
background-color: #EB14A1;
}
.BgClassName
{
background-color: #EB14A1;
}
</style>
border-color css
<style>
span { border-color: #EB14A1; }
span { border-color: rgb(235,20,161); }
td.TdClassName
{
border-color: #EB14A1;
}
.TagClassName
{
border-color: #EB14A1;
}
</style>