Shades of Hollywood Cerise #E307B0
Tints of Hollywood Cerise #E307B0
RGB
CMYK
RGB Variations
Color information
#E307B0 (or 0xE307B0) is known color: Hollywood Cerise. HEX triplet: E3, 07 and B0. RGB value is (227,7,176). Sum of RGB (Red+Green+Blue) = 227+7+176=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E307B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E307B0 is #1CF84F. Grayscale: #5B5B5B. Windows color (decimal): -1898576 or 11536355. OLE color: 11536355.
HSL color Cylindrical-coordinate representation of color #E307B0: hue angle of 313.91º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E307B0 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 176 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.11 |
| HSL | 313.91º | 0.94% | 0.46% | - |
| HSV(B) | 313.91º | 0.97% | 0.89% | - |
| XYZ | 39.59 | 19.62 | 42.77 | - |
| YUV | 92.05 | 175.39 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 176 | 0 | 0.97 | 0.22 | 0.11 | 313.91 | 0.94 | 0.46 |
| Hex | E3 | 7 | B0 | 0 | 61 | 16 | B | 13A | 5E | 2E |
| Octal | 343 | 7 | 260 | 0 | 141 | 26 | 13 | 472 | 136 | 56 |
| Binary | 11100011 | 111 | 10110000 | 0 | 1100001 | 10110 | 1011 | 100111010 | 1011110 | 101110 |
Color Harmonies of #E307B0
Complementary color
Monochromatic Colors of #E307B0
Black with #E307B0
Text Example
Text Example
White with #E307B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E307B0; }
p { color: rgb(227,7,176); }
H1.HeaderClassName
{
color: #E307B0;
}
.AnyTagClassName
{
color: #E307B0;
}
</style>
background-color css
<style>
a { background-color: #E307B0; }
a { background-color: rgb(227,7,176); }
div.DivClassName
{
background-color: #E307B0;
}
.BgClassName
{
background-color: #E307B0;
}
</style>
border-color css
<style>
span { border-color: #E307B0; }
span { border-color: rgb(227,7,176); }
td.TdClassName
{
border-color: #E307B0;
}
.TagClassName
{
border-color: #E307B0;
}
</style>