Shades of Hollywood Cerise #E30190
Tints of Hollywood Cerise #E30190
RGB
CMYK
RGB Variations
Color information
#E30190 (or 0xE30190) is known color: Hollywood Cerise. HEX triplet: E3, 01 and 90. RGB value is (227,1,144). Sum of RGB (Red+Green+Blue) = 227+1+144=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E30190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30190 is #1CFE6F. Grayscale: #545454. Windows color (decimal): -1900144 or 9437667. OLE color: 9437667.
HSL color Cylindrical-coordinate representation of color #E30190: hue angle of 322.04º 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 #E30190 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 144 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.11 |
| HSL | 322.04º | 0.99% | 0.45% | - |
| HSV(B) | 322.04º | 1% | 0.89% | - |
| XYZ | 36.72 | 18.37 | 28 | - |
| YUV | 84.88 | 161.37 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 144 | 0 | 1.00 | 0.37 | 0.11 | 322.04 | 0.99 | 0.45 |
| Hex | E3 | 1 | 90 | 0 | 64 | 25 | B | 142 | 63 | 2D |
| Octal | 343 | 1 | 220 | 0 | 144 | 45 | 13 | 502 | 143 | 55 |
| Binary | 11100011 | 1 | 10010000 | 0 | 1100100 | 100101 | 1011 | 101000010 | 1100011 | 101101 |
Color Harmonies of #E30190
Complementary color
Monochromatic Colors of #E30190
Black with #E30190
Text Example
Text Example
White with #E30190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30190; }
p { color: rgb(227,1,144); }
H1.HeaderClassName
{
color: #E30190;
}
.AnyTagClassName
{
color: #E30190;
}
</style>
background-color css
<style>
a { background-color: #E30190; }
a { background-color: rgb(227,1,144); }
div.DivClassName
{
background-color: #E30190;
}
.BgClassName
{
background-color: #E30190;
}
</style>
border-color css
<style>
span { border-color: #E30190; }
span { border-color: rgb(227,1,144); }
td.TdClassName
{
border-color: #E30190;
}
.TagClassName
{
border-color: #E30190;
}
</style>