Shades of Hollywood Cerise #E514AC
Tints of Hollywood Cerise #E514AC
RGB
CMYK
RGB Variations
Color information
#E514AC (or 0xE514AC) is known color: Hollywood Cerise. HEX triplet: E5, 14 and AC. RGB value is (229,20,172). Sum of RGB (Red+Green+Blue) = 229+20+172=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E514AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E514AC is #1AEB53. Grayscale: #636363. Windows color (decimal): -1764180 or 11277541. OLE color: 11277541.
HSL color Cylindrical-coordinate representation of color #E514AC: hue angle of 316.36º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E514AC is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 172 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.10 |
| HSL | 316.36º | 0.84% | 0.49% | - |
| HSV(B) | 316.36º | 0.91% | 0.9% | - |
| XYZ | 40.01 | 20.14 | 40.81 | - |
| YUV | 99.82 | 168.74 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 172 | 0 | 0.91 | 0.25 | 0.10 | 316.36 | 0.84 | 0.49 |
| Hex | E5 | 14 | AC | 0 | 5B | 19 | A | 13C | 54 | 31 |
| Octal | 345 | 24 | 254 | 0 | 133 | 31 | 12 | 474 | 124 | 61 |
| Binary | 11100101 | 10100 | 10101100 | 0 | 1011011 | 11001 | 1010 | 100111100 | 1010100 | 110001 |
Color Harmonies of #E514AC
Complementary color
Monochromatic Colors of #E514AC
Black with #E514AC
Text Example
Text Example
White with #E514AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514AC; }
p { color: rgb(229,20,172); }
H1.HeaderClassName
{
color: #E514AC;
}
.AnyTagClassName
{
color: #E514AC;
}
</style>
background-color css
<style>
a { background-color: #E514AC; }
a { background-color: rgb(229,20,172); }
div.DivClassName
{
background-color: #E514AC;
}
.BgClassName
{
background-color: #E514AC;
}
</style>
border-color css
<style>
span { border-color: #E514AC; }
span { border-color: rgb(229,20,172); }
td.TdClassName
{
border-color: #E514AC;
}
.TagClassName
{
border-color: #E514AC;
}
</style>