Shades of Hollywood Cerise #EA07AB
Tints of Hollywood Cerise #EA07AB
RGB
CMYK
RGB Variations
Color information
#EA07AB (or 0xEA07AB) is known color: Hollywood Cerise. HEX triplet: EA, 07 and AB. RGB value is (234,7,171). Sum of RGB (Red+Green+Blue) = 234+7+171=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA07AB is #15F854. Grayscale: #5D5D5D. Windows color (decimal): -1439829 or 11208682. OLE color: 11208682.
HSL color Cylindrical-coordinate representation of color #EA07AB: hue angle of 316.65º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA07AB is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 171 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.08 |
| HSL | 316.65º | 0.94% | 0.47% | - |
| HSV(B) | 316.65º | 0.97% | 0.92% | - |
| XYZ | 41.36 | 20.58 | 40.32 | - |
| YUV | 93.57 | 171.71 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 171 | 0 | 0.97 | 0.27 | 0.08 | 316.65 | 0.94 | 0.47 |
| Hex | EA | 7 | AB | 0 | 61 | 1B | 8 | 13D | 5E | 2F |
| Octal | 352 | 7 | 253 | 0 | 141 | 33 | 10 | 475 | 136 | 57 |
| Binary | 11101010 | 111 | 10101011 | 0 | 1100001 | 11011 | 1000 | 100111101 | 1011110 | 101111 |
Color Harmonies of #EA07AB
Complementary color
Monochromatic Colors of #EA07AB
Black with #EA07AB
Text Example
Text Example
White with #EA07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07AB; }
p { color: rgb(234,7,171); }
H1.HeaderClassName
{
color: #EA07AB;
}
.AnyTagClassName
{
color: #EA07AB;
}
</style>
background-color css
<style>
a { background-color: #EA07AB; }
a { background-color: rgb(234,7,171); }
div.DivClassName
{
background-color: #EA07AB;
}
.BgClassName
{
background-color: #EA07AB;
}
</style>
border-color css
<style>
span { border-color: #EA07AB; }
span { border-color: rgb(234,7,171); }
td.TdClassName
{
border-color: #EA07AB;
}
.TagClassName
{
border-color: #EA07AB;
}
</style>