Shades of Hollywood Cerise #E30BAD
Tints of Hollywood Cerise #E30BAD
RGB
CMYK
RGB Variations
Color information
#E30BAD (or 0xE30BAD) is known color: Hollywood Cerise. HEX triplet: E3, 0B and AD. RGB value is (227,11,173). Sum of RGB (Red+Green+Blue) = 227+11+173=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E30BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30BAD is #1CF452. Grayscale: #5D5D5D. Windows color (decimal): -1897555 or 11340771. OLE color: 11340771.
HSL color Cylindrical-coordinate representation of color #E30BAD: hue angle of 315º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30BAD is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 173 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.11 |
| HSL | 315º | 0.91% | 0.47% | - |
| HSV(B) | 315º | 0.95% | 0.89% | - |
| XYZ | 39.34 | 19.59 | 41.24 | - |
| YUV | 94.05 | 172.56 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 173 | 0 | 0.95 | 0.24 | 0.11 | 315 | 0.91 | 0.47 |
| Hex | E3 | B | AD | 0 | 5F | 18 | B | 13B | 5B | 2F |
| Octal | 343 | 13 | 255 | 0 | 137 | 30 | 13 | 473 | 133 | 57 |
| Binary | 11100011 | 1011 | 10101101 | 0 | 1011111 | 11000 | 1011 | 100111011 | 1011011 | 101111 |
Color Harmonies of #E30BAD
Complementary color
Monochromatic Colors of #E30BAD
Black with #E30BAD
Text Example
Text Example
White with #E30BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30BAD; }
p { color: rgb(227,11,173); }
H1.HeaderClassName
{
color: #E30BAD;
}
.AnyTagClassName
{
color: #E30BAD;
}
</style>
background-color css
<style>
a { background-color: #E30BAD; }
a { background-color: rgb(227,11,173); }
div.DivClassName
{
background-color: #E30BAD;
}
.BgClassName
{
background-color: #E30BAD;
}
</style>
border-color css
<style>
span { border-color: #E30BAD; }
span { border-color: rgb(227,11,173); }
td.TdClassName
{
border-color: #E30BAD;
}
.TagClassName
{
border-color: #E30BAD;
}
</style>