Shades of Hollywood Cerise #E20194
Tints of Hollywood Cerise #E20194
RGB
CMYK
RGB Variations
Color information
#E20194 (or 0xE20194) is known color: Hollywood Cerise. HEX triplet: E2, 01 and 94. RGB value is (226,1,148). Sum of RGB (Red+Green+Blue) = 226+1+148=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E20194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20194 is #1DFE6B. Grayscale: #545454. Windows color (decimal): -1965676 or 9699810. OLE color: 9699810.
HSL color Cylindrical-coordinate representation of color #E20194: hue angle of 320.8º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20194 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 148 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.11 |
| HSL | 320.8º | 0.99% | 0.45% | - |
| HSV(B) | 320.8º | 1% | 0.89% | - |
| XYZ | 36.72 | 18.33 | 29.62 | - |
| YUV | 85.03 | 163.54 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 148 | 0 | 1.00 | 0.35 | 0.11 | 320.8 | 0.99 | 0.45 |
| Hex | E2 | 1 | 94 | 0 | 64 | 23 | B | 141 | 63 | 2D |
| Octal | 342 | 1 | 224 | 0 | 144 | 43 | 13 | 501 | 143 | 55 |
| Binary | 11100010 | 1 | 10010100 | 0 | 1100100 | 100011 | 1011 | 101000001 | 1100011 | 101101 |
Color Harmonies of #E20194
Complementary color
Monochromatic Colors of #E20194
Black with #E20194
Text Example
Text Example
White with #E20194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20194; }
p { color: rgb(226,1,148); }
H1.HeaderClassName
{
color: #E20194;
}
.AnyTagClassName
{
color: #E20194;
}
</style>
background-color css
<style>
a { background-color: #E20194; }
a { background-color: rgb(226,1,148); }
div.DivClassName
{
background-color: #E20194;
}
.BgClassName
{
background-color: #E20194;
}
</style>
border-color css
<style>
span { border-color: #E20194; }
span { border-color: rgb(226,1,148); }
td.TdClassName
{
border-color: #E20194;
}
.TagClassName
{
border-color: #E20194;
}
</style>