Shades of Hollywood Cerise #E30C90
Tints of Hollywood Cerise #E30C90
RGB
CMYK
RGB Variations
Color information
#E30C90 (or 0xE30C90) is known color: Hollywood Cerise. HEX triplet: E3, 0C and 90. RGB value is (227,12,144). Sum of RGB (Red+Green+Blue) = 227+12+144=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30C90 is #1CF36F. Grayscale: #5B5B5B. Windows color (decimal): -1897328 or 9440483. OLE color: 9440483.
HSL color Cylindrical-coordinate representation of color #E30C90: hue angle of 323.16º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30C90 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 144 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.11 |
| HSL | 323.16º | 0.9% | 0.47% | - |
| HSV(B) | 323.16º | 0.95% | 0.89% | - |
| XYZ | 36.84 | 18.61 | 28.04 | - |
| YUV | 91.33 | 157.73 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 144 | 0 | 0.95 | 0.37 | 0.11 | 323.16 | 0.9 | 0.47 |
| Hex | E3 | C | 90 | 0 | 5F | 25 | B | 143 | 5A | 2F |
| Octal | 343 | 14 | 220 | 0 | 137 | 45 | 13 | 503 | 132 | 57 |
| Binary | 11100011 | 1100 | 10010000 | 0 | 1011111 | 100101 | 1011 | 101000011 | 1011010 | 101111 |
Color Harmonies of #E30C90
Complementary color
Monochromatic Colors of #E30C90
Black with #E30C90
Text Example
Text Example
White with #E30C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C90; }
p { color: rgb(227,12,144); }
H1.HeaderClassName
{
color: #E30C90;
}
.AnyTagClassName
{
color: #E30C90;
}
</style>
background-color css
<style>
a { background-color: #E30C90; }
a { background-color: rgb(227,12,144); }
div.DivClassName
{
background-color: #E30C90;
}
.BgClassName
{
background-color: #E30C90;
}
</style>
border-color css
<style>
span { border-color: #E30C90; }
span { border-color: rgb(227,12,144); }
td.TdClassName
{
border-color: #E30C90;
}
.TagClassName
{
border-color: #E30C90;
}
</style>