Shades of Hollywood Cerise #E5169A
Tints of Hollywood Cerise #E5169A
RGB
CMYK
RGB Variations
Color information
#E5169A (or 0xE5169A) is known color: Hollywood Cerise. HEX triplet: E5, 16 and 9A. RGB value is (229,22,154). Sum of RGB (Red+Green+Blue) = 229+22+154=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E5169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5169A is #1AE965. Grayscale: #626262. Windows color (decimal): -1763686 or 10098405. OLE color: 10098405.
HSL color Cylindrical-coordinate representation of color #E5169A: hue angle of 321.74º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5169A is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 154 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.10 |
| HSL | 321.74º | 0.82% | 0.49% | - |
| HSV(B) | 321.74º | 0.9% | 0.9% | - |
| XYZ | 38.43 | 19.56 | 32.32 | - |
| YUV | 98.94 | 159.08 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 154 | 0 | 0.90 | 0.33 | 0.10 | 321.74 | 0.82 | 0.49 |
| Hex | E5 | 16 | 9A | 0 | 5A | 21 | A | 142 | 52 | 31 |
| Octal | 345 | 26 | 232 | 0 | 132 | 41 | 12 | 502 | 122 | 61 |
| Binary | 11100101 | 10110 | 10011010 | 0 | 1011010 | 100001 | 1010 | 101000010 | 1010010 | 110001 |
Color Harmonies of #E5169A
Complementary color
Monochromatic Colors of #E5169A
Black with #E5169A
Text Example
Text Example
White with #E5169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5169A; }
p { color: rgb(229,22,154); }
H1.HeaderClassName
{
color: #E5169A;
}
.AnyTagClassName
{
color: #E5169A;
}
</style>
background-color css
<style>
a { background-color: #E5169A; }
a { background-color: rgb(229,22,154); }
div.DivClassName
{
background-color: #E5169A;
}
.BgClassName
{
background-color: #E5169A;
}
</style>
border-color css
<style>
span { border-color: #E5169A; }
span { border-color: rgb(229,22,154); }
td.TdClassName
{
border-color: #E5169A;
}
.TagClassName
{
border-color: #E5169A;
}
</style>