Shades of Hollywood Cerise #E30083
Tints of Hollywood Cerise #E30083
RGB
CMYK
RGB Variations
Color information
#E30083 (or 0xE30083) is known color: Hollywood Cerise. HEX triplet: E3, 00 and 83. RGB value is (227,0,131). Sum of RGB (Red+Green+Blue) = 227+0+131=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E30083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30083 is #1CFF7C. Grayscale: #525252. Windows color (decimal): -1900413 or 8585443. OLE color: 8585443.
HSL color Cylindrical-coordinate representation of color #E30083: hue angle of 325.37º 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 #E30083 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.42 | 0.11 |
| HSL | 325.37º | 1% | 0.45% | - |
| HSV(B) | 325.37º | 1% | 0.89% | - |
| XYZ | 35.78 | 17.97 | 23.06 | - |
| YUV | 82.81 | 155.21 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 131 | 0 | 1 | 0.42 | 0.11 | 325.37 | 1 | 0.45 |
| Hex | E3 | 0 | 83 | 0 | 64 | 2A | B | 145 | 64 | 2D |
| Octal | 343 | 0 | 203 | 0 | 144 | 52 | 13 | 505 | 144 | 55 |
| Binary | 11100011 | 0 | 10000011 | 0 | 1100100 | 101010 | 1011 | 101000101 | 1100100 | 101101 |
Color Harmonies of #E30083
Complementary color
Monochromatic Colors of #E30083
Black with #E30083
Text Example
Text Example
White with #E30083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30083; }
p { color: rgb(227,0,131); }
H1.HeaderClassName
{
color: #E30083;
}
.AnyTagClassName
{
color: #E30083;
}
</style>
background-color css
<style>
a { background-color: #E30083; }
a { background-color: rgb(227,0,131); }
div.DivClassName
{
background-color: #E30083;
}
.BgClassName
{
background-color: #E30083;
}
</style>
border-color css
<style>
span { border-color: #E30083; }
span { border-color: rgb(227,0,131); }
td.TdClassName
{
border-color: #E30083;
}
.TagClassName
{
border-color: #E30083;
}
</style>