Shades of Hollywood Cerise #E2169E
Tints of Hollywood Cerise #E2169E
RGB
CMYK
RGB Variations
Color information
#E2169E (or 0xE2169E) is known color: Hollywood Cerise. HEX triplet: E2, 16 and 9E. RGB value is (226,22,158). Sum of RGB (Red+Green+Blue) = 226+22+158=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2169E is #1DE961. Grayscale: #626262. Windows color (decimal): -1960290 or 10360546. OLE color: 10360546.
HSL color Cylindrical-coordinate representation of color #E2169E: hue angle of 320º 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 #E2169E is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 158 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.11 |
| HSL | 320º | 0.82% | 0.49% | - |
| HSV(B) | 320º | 0.9% | 0.89% | - |
| XYZ | 37.82 | 19.21 | 34.06 | - |
| YUV | 98.5 | 161.59 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 158 | 0 | 0.90 | 0.30 | 0.11 | 320 | 0.82 | 0.49 |
| Hex | E2 | 16 | 9E | 0 | 5A | 1E | B | 140 | 52 | 31 |
| Octal | 342 | 26 | 236 | 0 | 132 | 36 | 13 | 500 | 122 | 61 |
| Binary | 11100010 | 10110 | 10011110 | 0 | 1011010 | 11110 | 1011 | 101000000 | 1010010 | 110001 |
Color Harmonies of #E2169E
Complementary color
Monochromatic Colors of #E2169E
Black with #E2169E
Text Example
Text Example
White with #E2169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2169E; }
p { color: rgb(226,22,158); }
H1.HeaderClassName
{
color: #E2169E;
}
.AnyTagClassName
{
color: #E2169E;
}
</style>
background-color css
<style>
a { background-color: #E2169E; }
a { background-color: rgb(226,22,158); }
div.DivClassName
{
background-color: #E2169E;
}
.BgClassName
{
background-color: #E2169E;
}
</style>
border-color css
<style>
span { border-color: #E2169E; }
span { border-color: rgb(226,22,158); }
td.TdClassName
{
border-color: #E2169E;
}
.TagClassName
{
border-color: #E2169E;
}
</style>