Shades of Hollywood Cerise #EA01AB
Tints of Hollywood Cerise #EA01AB
RGB
CMYK
RGB Variations
Color information
#EA01AB (or 0xEA01AB) is known color: Hollywood Cerise. HEX triplet: EA, 01 and AB. RGB value is (234,1,171). Sum of RGB (Red+Green+Blue) = 234+1+171=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA01AB is #15FE54. Grayscale: #595959. Windows color (decimal): -1441365 or 11207146. OLE color: 11207146.
HSL color Cylindrical-coordinate representation of color #EA01AB: hue angle of 316.22º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA01AB is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.27 | 0.08 |
| HSL | 316.22º | 0.99% | 0.46% | - |
| HSV(B) | 316.22º | 1% | 0.92% | - |
| XYZ | 41.29 | 20.45 | 40.3 | - |
| YUV | 90.05 | 173.69 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 171 | 0 | 1.00 | 0.27 | 0.08 | 316.22 | 0.99 | 0.46 |
| Hex | EA | 1 | AB | 0 | 64 | 1B | 8 | 13C | 63 | 2E |
| Octal | 352 | 1 | 253 | 0 | 144 | 33 | 10 | 474 | 143 | 56 |
| Binary | 11101010 | 1 | 10101011 | 0 | 1100100 | 11011 | 1000 | 100111100 | 1100011 | 101110 |
Color Harmonies of #EA01AB
Complementary color
Monochromatic Colors of #EA01AB
Black with #EA01AB
Text Example
Text Example
White with #EA01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01AB; }
p { color: rgb(234,1,171); }
H1.HeaderClassName
{
color: #EA01AB;
}
.AnyTagClassName
{
color: #EA01AB;
}
</style>
background-color css
<style>
a { background-color: #EA01AB; }
a { background-color: rgb(234,1,171); }
div.DivClassName
{
background-color: #EA01AB;
}
.BgClassName
{
background-color: #EA01AB;
}
</style>
border-color css
<style>
span { border-color: #EA01AB; }
span { border-color: rgb(234,1,171); }
td.TdClassName
{
border-color: #EA01AB;
}
.TagClassName
{
border-color: #EA01AB;
}
</style>