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