Shades of Hollywood Cerise #E30E8E
Tints of Hollywood Cerise #E30E8E
RGB
CMYK
RGB Variations
Color information
#E30E8E (or 0xE30E8E) is known color: Hollywood Cerise. HEX triplet: E3, 0E and 8E. RGB value is (227,14,142). Sum of RGB (Red+Green+Blue) = 227+14+142=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30E8E is #1CF171. Grayscale: #5B5B5B. Windows color (decimal): -1896818 or 9309923. OLE color: 9309923.
HSL color Cylindrical-coordinate representation of color #E30E8E: hue angle of 323.94º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30E8E is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 142 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.11 |
| HSL | 323.94º | 0.88% | 0.47% | - |
| HSV(B) | 323.94º | 0.94% | 0.89% | - |
| XYZ | 36.72 | 18.6 | 27.25 | - |
| YUV | 92.28 | 156.07 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 142 | 0 | 0.94 | 0.37 | 0.11 | 323.94 | 0.88 | 0.47 |
| Hex | E3 | E | 8E | 0 | 5E | 25 | B | 144 | 58 | 2F |
| Octal | 343 | 16 | 216 | 0 | 136 | 45 | 13 | 504 | 130 | 57 |
| Binary | 11100011 | 1110 | 10001110 | 0 | 1011110 | 100101 | 1011 | 101000100 | 1011000 | 101111 |
Color Harmonies of #E30E8E
Complementary color
Monochromatic Colors of #E30E8E
Black with #E30E8E
Text Example
Text Example
White with #E30E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30E8E; }
p { color: rgb(227,14,142); }
H1.HeaderClassName
{
color: #E30E8E;
}
.AnyTagClassName
{
color: #E30E8E;
}
</style>
background-color css
<style>
a { background-color: #E30E8E; }
a { background-color: rgb(227,14,142); }
div.DivClassName
{
background-color: #E30E8E;
}
.BgClassName
{
background-color: #E30E8E;
}
</style>
border-color css
<style>
span { border-color: #E30E8E; }
span { border-color: rgb(227,14,142); }
td.TdClassName
{
border-color: #E30E8E;
}
.TagClassName
{
border-color: #E30E8E;
}
</style>