Shades of Hollywood Cerise #E20293
Tints of Hollywood Cerise #E20293
RGB
CMYK
RGB Variations
Color information
#E20293 (or 0xE20293) is known color: Hollywood Cerise. HEX triplet: E2, 02 and 93. RGB value is (226,2,147). Sum of RGB (Red+Green+Blue) = 226+2+147=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E20293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20293 is #1DFD6C. Grayscale: #555555. Windows color (decimal): -1965421 or 9634530. OLE color: 9634530.
HSL color Cylindrical-coordinate representation of color #E20293: hue angle of 321.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20293 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.11 |
| HSL | 321.16º | 0.98% | 0.45% | - |
| HSV(B) | 321.16º | 0.99% | 0.89% | - |
| XYZ | 36.65 | 18.32 | 29.21 | - |
| YUV | 85.51 | 162.71 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 147 | 0 | 0.99 | 0.35 | 0.11 | 321.16 | 0.98 | 0.45 |
| Hex | E2 | 2 | 93 | 0 | 63 | 23 | B | 141 | 62 | 2D |
| Octal | 342 | 2 | 223 | 0 | 143 | 43 | 13 | 501 | 142 | 55 |
| Binary | 11100010 | 10 | 10010011 | 0 | 1100011 | 100011 | 1011 | 101000001 | 1100010 | 101101 |
Color Harmonies of #E20293
Complementary color
Monochromatic Colors of #E20293
Black with #E20293
Text Example
Text Example
White with #E20293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20293; }
p { color: rgb(226,2,147); }
H1.HeaderClassName
{
color: #E20293;
}
.AnyTagClassName
{
color: #E20293;
}
</style>
background-color css
<style>
a { background-color: #E20293; }
a { background-color: rgb(226,2,147); }
div.DivClassName
{
background-color: #E20293;
}
.BgClassName
{
background-color: #E20293;
}
</style>
border-color css
<style>
span { border-color: #E20293; }
span { border-color: rgb(226,2,147); }
td.TdClassName
{
border-color: #E20293;
}
.TagClassName
{
border-color: #E20293;
}
</style>