Shades of Hollywood Cerise #E30F9E
Tints of Hollywood Cerise #E30F9E
RGB
CMYK
RGB Variations
Color information
#E30F9E (or 0xE30F9E) is known color: Hollywood Cerise. HEX triplet: E3, 0F and 9E. RGB value is (227,15,158). Sum of RGB (Red+Green+Blue) = 227+15+158=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30F9E is #1CF061. Grayscale: #5E5E5E. Windows color (decimal): -1896546 or 10358755. OLE color: 10358755.
HSL color Cylindrical-coordinate representation of color #E30F9E: hue angle of 319.53º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30F9E is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 158 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.11 |
| HSL | 319.53º | 0.88% | 0.47% | - |
| HSV(B) | 319.53º | 0.93% | 0.89% | - |
| XYZ | 38.02 | 19.14 | 34.04 | - |
| YUV | 94.69 | 163.74 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 158 | 0 | 0.93 | 0.30 | 0.11 | 319.53 | 0.88 | 0.47 |
| Hex | E3 | F | 9E | 0 | 5D | 1E | B | 140 | 58 | 2F |
| Octal | 343 | 17 | 236 | 0 | 135 | 36 | 13 | 500 | 130 | 57 |
| Binary | 11100011 | 1111 | 10011110 | 0 | 1011101 | 11110 | 1011 | 101000000 | 1011000 | 101111 |
Color Harmonies of #E30F9E
Complementary color
Monochromatic Colors of #E30F9E
Black with #E30F9E
Text Example
Text Example
White with #E30F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F9E; }
p { color: rgb(227,15,158); }
H1.HeaderClassName
{
color: #E30F9E;
}
.AnyTagClassName
{
color: #E30F9E;
}
</style>
background-color css
<style>
a { background-color: #E30F9E; }
a { background-color: rgb(227,15,158); }
div.DivClassName
{
background-color: #E30F9E;
}
.BgClassName
{
background-color: #E30F9E;
}
</style>
border-color css
<style>
span { border-color: #E30F9E; }
span { border-color: rgb(227,15,158); }
td.TdClassName
{
border-color: #E30F9E;
}
.TagClassName
{
border-color: #E30F9E;
}
</style>