Shades of Hollywood Cerise #E2179A
Tints of Hollywood Cerise #E2179A
RGB
CMYK
RGB Variations
Color information
#E2179A (or 0xE2179A) is known color: Hollywood Cerise. HEX triplet: E2, 17 and 9A. RGB value is (226,23,154). Sum of RGB (Red+Green+Blue) = 226+23+154=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2179A is #1DE865. Grayscale: #626262. Windows color (decimal): -1960038 or 10098658. OLE color: 10098658.
HSL color Cylindrical-coordinate representation of color #E2179A: hue angle of 321.28º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2179A is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 154 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.11 |
| HSL | 321.28º | 0.82% | 0.49% | - |
| HSV(B) | 321.28º | 0.9% | 0.89% | - |
| XYZ | 37.5 | 19.11 | 32.28 | - |
| YUV | 98.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 154 | 0 | 0.90 | 0.32 | 0.11 | 321.28 | 0.82 | 0.49 |
| Hex | E2 | 17 | 9A | 0 | 5A | 20 | B | 141 | 52 | 31 |
| Octal | 342 | 27 | 232 | 0 | 132 | 40 | 13 | 501 | 122 | 61 |
| Binary | 11100010 | 10111 | 10011010 | 0 | 1011010 | 100000 | 1011 | 101000001 | 1010010 | 110001 |
Color Harmonies of #E2179A
Complementary color
Monochromatic Colors of #E2179A
Black with #E2179A
Text Example
Text Example
White with #E2179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2179A; }
p { color: rgb(226,23,154); }
H1.HeaderClassName
{
color: #E2179A;
}
.AnyTagClassName
{
color: #E2179A;
}
</style>
background-color css
<style>
a { background-color: #E2179A; }
a { background-color: rgb(226,23,154); }
div.DivClassName
{
background-color: #E2179A;
}
.BgClassName
{
background-color: #E2179A;
}
</style>
border-color css
<style>
span { border-color: #E2179A; }
span { border-color: rgb(226,23,154); }
td.TdClassName
{
border-color: #E2179A;
}
.TagClassName
{
border-color: #E2179A;
}
</style>