Shades of Hollywood Cerise #E30F9B
Tints of Hollywood Cerise #E30F9B
RGB
CMYK
RGB Variations
Color information
#E30F9B (or 0xE30F9B) is known color: Hollywood Cerise. HEX triplet: E3, 0F and 9B. RGB value is (227,15,155). Sum of RGB (Red+Green+Blue) = 227+15+155=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30F9B is #1CF064. Grayscale: #5D5D5D. Windows color (decimal): -1896549 or 10162147. OLE color: 10162147.
HSL color Cylindrical-coordinate representation of color #E30F9B: hue angle of 320.38º 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 #E30F9B is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 155 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.11 |
| HSL | 320.38º | 0.88% | 0.47% | - |
| HSV(B) | 320.38º | 0.93% | 0.89% | - |
| XYZ | 37.77 | 19.04 | 32.69 | - |
| YUV | 94.35 | 162.24 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 155 | 0 | 0.93 | 0.32 | 0.11 | 320.38 | 0.88 | 0.47 |
| Hex | E3 | F | 9B | 0 | 5D | 20 | B | 140 | 58 | 2F |
| Octal | 343 | 17 | 233 | 0 | 135 | 40 | 13 | 500 | 130 | 57 |
| Binary | 11100011 | 1111 | 10011011 | 0 | 1011101 | 100000 | 1011 | 101000000 | 1011000 | 101111 |
Color Harmonies of #E30F9B
Complementary color
Monochromatic Colors of #E30F9B
Black with #E30F9B
Text Example
Text Example
White with #E30F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F9B; }
p { color: rgb(227,15,155); }
H1.HeaderClassName
{
color: #E30F9B;
}
.AnyTagClassName
{
color: #E30F9B;
}
</style>
background-color css
<style>
a { background-color: #E30F9B; }
a { background-color: rgb(227,15,155); }
div.DivClassName
{
background-color: #E30F9B;
}
.BgClassName
{
background-color: #E30F9B;
}
</style>
border-color css
<style>
span { border-color: #E30F9B; }
span { border-color: rgb(227,15,155); }
td.TdClassName
{
border-color: #E30F9B;
}
.TagClassName
{
border-color: #E30F9B;
}
</style>