Shades of Hollywood Cerise #E30F9D
Tints of Hollywood Cerise #E30F9D
RGB
CMYK
RGB Variations
Color information
#E30F9D (or 0xE30F9D) is known color: Hollywood Cerise. HEX triplet: E3, 0F and 9D. RGB value is (227,15,157). Sum of RGB (Red+Green+Blue) = 227+15+157=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30F9D is #1CF062. Grayscale: #5E5E5E. Windows color (decimal): -1896547 or 10293219. OLE color: 10293219.
HSL color Cylindrical-coordinate representation of color #E30F9D: hue angle of 319.81º 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 #E30F9D is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 157 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.11 |
| HSL | 319.81º | 0.88% | 0.47% | - |
| HSV(B) | 319.81º | 0.93% | 0.89% | - |
| XYZ | 37.94 | 19.11 | 33.59 | - |
| YUV | 94.58 | 163.24 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 157 | 0 | 0.93 | 0.31 | 0.11 | 319.81 | 0.88 | 0.47 |
| Hex | E3 | F | 9D | 0 | 5D | 1F | B | 140 | 58 | 2F |
| Octal | 343 | 17 | 235 | 0 | 135 | 37 | 13 | 500 | 130 | 57 |
| Binary | 11100011 | 1111 | 10011101 | 0 | 1011101 | 11111 | 1011 | 101000000 | 1011000 | 101111 |
Color Harmonies of #E30F9D
Complementary color
Monochromatic Colors of #E30F9D
Black with #E30F9D
Text Example
Text Example
White with #E30F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F9D; }
p { color: rgb(227,15,157); }
H1.HeaderClassName
{
color: #E30F9D;
}
.AnyTagClassName
{
color: #E30F9D;
}
</style>
background-color css
<style>
a { background-color: #E30F9D; }
a { background-color: rgb(227,15,157); }
div.DivClassName
{
background-color: #E30F9D;
}
.BgClassName
{
background-color: #E30F9D;
}
</style>
border-color css
<style>
span { border-color: #E30F9D; }
span { border-color: rgb(227,15,157); }
td.TdClassName
{
border-color: #E30F9D;
}
.TagClassName
{
border-color: #E30F9D;
}
</style>