Shades of Hollywood Cerise #E30086
Tints of Hollywood Cerise #E30086
RGB
CMYK
RGB Variations
Color information
#E30086 (or 0xE30086) is known color: Hollywood Cerise. HEX triplet: E3, 00 and 86. RGB value is (227,0,134). Sum of RGB (Red+Green+Blue) = 227+0+134=361 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.88% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 227 - color contains mainly: red. Hex color #E30086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30086 is #1CFF79. Grayscale: #525252. Windows color (decimal): -1900410 or 8782051. OLE color: 8782051.
HSL color Cylindrical-coordinate representation of color #E30086: hue angle of 324.58º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30086 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.41 | 0.11 |
| HSL | 324.58º | 1% | 0.45% | - |
| HSV(B) | 324.58º | 1% | 0.89% | - |
| XYZ | 35.98 | 18.05 | 24.14 | - |
| YUV | 83.15 | 156.71 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 134 | 0 | 1 | 0.41 | 0.11 | 324.58 | 1 | 0.45 |
| Hex | E3 | 0 | 86 | 0 | 64 | 29 | B | 145 | 64 | 2D |
| Octal | 343 | 0 | 206 | 0 | 144 | 51 | 13 | 505 | 144 | 55 |
| Binary | 11100011 | 0 | 10000110 | 0 | 1100100 | 101001 | 1011 | 101000101 | 1100100 | 101101 |
Color Harmonies of #E30086
Complementary color
Monochromatic Colors of #E30086
Black with #E30086
Text Example
Text Example
White with #E30086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30086; }
p { color: rgb(227,0,134); }
H1.HeaderClassName
{
color: #E30086;
}
.AnyTagClassName
{
color: #E30086;
}
</style>
background-color css
<style>
a { background-color: #E30086; }
a { background-color: rgb(227,0,134); }
div.DivClassName
{
background-color: #E30086;
}
.BgClassName
{
background-color: #E30086;
}
</style>
border-color css
<style>
span { border-color: #E30086; }
span { border-color: rgb(227,0,134); }
td.TdClassName
{
border-color: #E30086;
}
.TagClassName
{
border-color: #E30086;
}
</style>