Shades of Hollywood Cerise #E30293
Tints of Hollywood Cerise #E30293
RGB
CMYK
RGB Variations
Color information
#E30293 (or 0xE30293) is known color: Hollywood Cerise. HEX triplet: E3, 02 and 93. RGB value is (227,2,147). Sum of RGB (Red+Green+Blue) = 227+2+147=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E30293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30293 is #1CFD6C. Grayscale: #555555. Windows color (decimal): -1899885 or 9634531. OLE color: 9634531.
HSL color Cylindrical-coordinate representation of color #E30293: hue angle of 321.33º 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 #E30293 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.11 |
| HSL | 321.33º | 0.98% | 0.45% | - |
| HSV(B) | 321.33º | 0.99% | 0.89% | - |
| XYZ | 36.97 | 18.48 | 29.22 | - |
| YUV | 85.81 | 162.54 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 147 | 0 | 0.99 | 0.35 | 0.11 | 321.33 | 0.98 | 0.45 |
| Hex | E3 | 2 | 93 | 0 | 63 | 23 | B | 141 | 62 | 2D |
| Octal | 343 | 2 | 223 | 0 | 143 | 43 | 13 | 501 | 142 | 55 |
| Binary | 11100011 | 10 | 10010011 | 0 | 1100011 | 100011 | 1011 | 101000001 | 1100010 | 101101 |
Color Harmonies of #E30293
Complementary color
Monochromatic Colors of #E30293
Black with #E30293
Text Example
Text Example
White with #E30293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30293; }
p { color: rgb(227,2,147); }
H1.HeaderClassName
{
color: #E30293;
}
.AnyTagClassName
{
color: #E30293;
}
</style>
background-color css
<style>
a { background-color: #E30293; }
a { background-color: rgb(227,2,147); }
div.DivClassName
{
background-color: #E30293;
}
.BgClassName
{
background-color: #E30293;
}
</style>
border-color css
<style>
span { border-color: #E30293; }
span { border-color: rgb(227,2,147); }
td.TdClassName
{
border-color: #E30293;
}
.TagClassName
{
border-color: #E30293;
}
</style>