Shades of Hollywood Cerise #E20390
Tints of Hollywood Cerise #E20390
RGB
CMYK
RGB Variations
Color information
#E20390 (or 0xE20390) is known color: Hollywood Cerise. HEX triplet: E2, 03 and 90. RGB value is (226,3,144). Sum of RGB (Red+Green+Blue) = 226+3+144=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E20390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20390 is #1DFC6F. Grayscale: #555555. Windows color (decimal): -1965168 or 9438178. OLE color: 9438178.
HSL color Cylindrical-coordinate representation of color #E20390: hue angle of 322.06º degrees, saturation: 0.97, 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 #E20390 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.11 |
| HSL | 322.06º | 0.97% | 0.45% | - |
| HSV(B) | 322.06º | 0.99% | 0.89% | - |
| XYZ | 36.43 | 18.25 | 27.99 | - |
| YUV | 85.75 | 160.88 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 144 | 0 | 0.99 | 0.36 | 0.11 | 322.06 | 0.97 | 0.45 |
| Hex | E2 | 3 | 90 | 0 | 63 | 24 | B | 142 | 61 | 2D |
| Octal | 342 | 3 | 220 | 0 | 143 | 44 | 13 | 502 | 141 | 55 |
| Binary | 11100010 | 11 | 10010000 | 0 | 1100011 | 100100 | 1011 | 101000010 | 1100001 | 101101 |
Color Harmonies of #E20390
Complementary color
Monochromatic Colors of #E20390
Black with #E20390
Text Example
Text Example
White with #E20390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20390; }
p { color: rgb(226,3,144); }
H1.HeaderClassName
{
color: #E20390;
}
.AnyTagClassName
{
color: #E20390;
}
</style>
background-color css
<style>
a { background-color: #E20390; }
a { background-color: rgb(226,3,144); }
div.DivClassName
{
background-color: #E20390;
}
.BgClassName
{
background-color: #E20390;
}
</style>
border-color css
<style>
span { border-color: #E20390; }
span { border-color: rgb(226,3,144); }
td.TdClassName
{
border-color: #E20390;
}
.TagClassName
{
border-color: #E20390;
}
</style>