Shades of Hollywood Cerise #E30296
Tints of Hollywood Cerise #E30296
RGB
CMYK
RGB Variations
Color information
#E30296 (or 0xE30296) is known color: Hollywood Cerise. HEX triplet: E3, 02 and 96. RGB value is (227,2,150). Sum of RGB (Red+Green+Blue) = 227+2+150=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E30296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30296 is #1CFD69. Grayscale: #555555. Windows color (decimal): -1899882 or 9831139. OLE color: 9831139.
HSL color Cylindrical-coordinate representation of color #E30296: hue angle of 320.53º 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 #E30296 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.11 |
| HSL | 320.53º | 0.98% | 0.45% | - |
| HSV(B) | 320.53º | 0.99% | 0.89% | - |
| XYZ | 37.21 | 18.58 | 30.48 | - |
| YUV | 86.15 | 164.04 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 150 | 0 | 0.99 | 0.34 | 0.11 | 320.53 | 0.98 | 0.45 |
| Hex | E3 | 2 | 96 | 0 | 63 | 22 | B | 141 | 62 | 2D |
| Octal | 343 | 2 | 226 | 0 | 143 | 42 | 13 | 501 | 142 | 55 |
| Binary | 11100011 | 10 | 10010110 | 0 | 1100011 | 100010 | 1011 | 101000001 | 1100010 | 101101 |
Color Harmonies of #E30296
Complementary color
Monochromatic Colors of #E30296
Black with #E30296
Text Example
Text Example
White with #E30296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30296; }
p { color: rgb(227,2,150); }
H1.HeaderClassName
{
color: #E30296;
}
.AnyTagClassName
{
color: #E30296;
}
</style>
background-color css
<style>
a { background-color: #E30296; }
a { background-color: rgb(227,2,150); }
div.DivClassName
{
background-color: #E30296;
}
.BgClassName
{
background-color: #E30296;
}
</style>
border-color css
<style>
span { border-color: #E30296; }
span { border-color: rgb(227,2,150); }
td.TdClassName
{
border-color: #E30296;
}
.TagClassName
{
border-color: #E30296;
}
</style>