Shades of Hollywood Cerise #EA03AF
Tints of Hollywood Cerise #EA03AF
RGB
CMYK
RGB Variations
Color information
#EA03AF (or 0xEA03AF) is known color: Hollywood Cerise. HEX triplet: EA, 03 and AF. RGB value is (234,3,175). Sum of RGB (Red+Green+Blue) = 234+3+175=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA03AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA03AF is #15FC50. Grayscale: #5B5B5B. Windows color (decimal): -1440849 or 11469802. OLE color: 11469802.
HSL color Cylindrical-coordinate representation of color #EA03AF: hue angle of 315.32º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA03AF is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 175 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.08 |
| HSL | 315.32º | 0.97% | 0.46% | - |
| HSV(B) | 315.32º | 0.99% | 0.92% | - |
| XYZ | 41.7 | 20.65 | 42.35 | - |
| YUV | 91.68 | 175.03 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 175 | 0 | 0.99 | 0.25 | 0.08 | 315.32 | 0.97 | 0.46 |
| Hex | EA | 3 | AF | 0 | 63 | 19 | 8 | 13B | 61 | 2E |
| Octal | 352 | 3 | 257 | 0 | 143 | 31 | 10 | 473 | 141 | 56 |
| Binary | 11101010 | 11 | 10101111 | 0 | 1100011 | 11001 | 1000 | 100111011 | 1100001 | 101110 |
Color Harmonies of #EA03AF
Complementary color
Monochromatic Colors of #EA03AF
Black with #EA03AF
Text Example
Text Example
White with #EA03AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA03AF; }
p { color: rgb(234,3,175); }
H1.HeaderClassName
{
color: #EA03AF;
}
.AnyTagClassName
{
color: #EA03AF;
}
</style>
background-color css
<style>
a { background-color: #EA03AF; }
a { background-color: rgb(234,3,175); }
div.DivClassName
{
background-color: #EA03AF;
}
.BgClassName
{
background-color: #EA03AF;
}
</style>
border-color css
<style>
span { border-color: #EA03AF; }
span { border-color: rgb(234,3,175); }
td.TdClassName
{
border-color: #EA03AF;
}
.TagClassName
{
border-color: #EA03AF;
}
</style>