Shades of Hollywood Cerise #E4169B
Tints of Hollywood Cerise #E4169B
RGB
CMYK
RGB Variations
Color information
#E4169B (or 0xE4169B) is known color: Hollywood Cerise. HEX triplet: E4, 16 and 9B. RGB value is (228,22,155). Sum of RGB (Red+Green+Blue) = 228+22+155=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E4169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4169B is #1BE964. Grayscale: #626262. Windows color (decimal): -1829221 or 10163940. OLE color: 10163940.
HSL color Cylindrical-coordinate representation of color #E4169B: hue angle of 321.26º 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 #E4169B is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 155 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.11 |
| HSL | 321.26º | 0.82% | 0.49% | - |
| HSV(B) | 321.26º | 0.9% | 0.89% | - |
| XYZ | 38.2 | 19.43 | 32.75 | - |
| YUV | 98.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 155 | 0 | 0.90 | 0.32 | 0.11 | 321.26 | 0.82 | 0.49 |
| Hex | E4 | 16 | 9B | 0 | 5A | 20 | B | 141 | 52 | 31 |
| Octal | 344 | 26 | 233 | 0 | 132 | 40 | 13 | 501 | 122 | 61 |
| Binary | 11100100 | 10110 | 10011011 | 0 | 1011010 | 100000 | 1011 | 101000001 | 1010010 | 110001 |
Color Harmonies of #E4169B
Complementary color
Monochromatic Colors of #E4169B
Black with #E4169B
Text Example
Text Example
White with #E4169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4169B; }
p { color: rgb(228,22,155); }
H1.HeaderClassName
{
color: #E4169B;
}
.AnyTagClassName
{
color: #E4169B;
}
</style>
background-color css
<style>
a { background-color: #E4169B; }
a { background-color: rgb(228,22,155); }
div.DivClassName
{
background-color: #E4169B;
}
.BgClassName
{
background-color: #E4169B;
}
</style>
border-color css
<style>
span { border-color: #E4169B; }
span { border-color: rgb(228,22,155); }
td.TdClassName
{
border-color: #E4169B;
}
.TagClassName
{
border-color: #E4169B;
}
</style>