Shades of Hollywood Cerise #E30A8C
Tints of Hollywood Cerise #E30A8C
RGB
CMYK
RGB Variations
Color information
#E30A8C (or 0xE30A8C) is known color: Hollywood Cerise. HEX triplet: E3, 0A and 8C. RGB value is (227,10,140). Sum of RGB (Red+Green+Blue) = 227+10+140=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30A8C is #1CF573. Grayscale: #595959. Windows color (decimal): -1897844 or 9177827. OLE color: 9177827.
HSL color Cylindrical-coordinate representation of color #E30A8C: hue angle of 324.06º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30A8C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.11 |
| HSL | 324.06º | 0.92% | 0.46% | - |
| HSV(B) | 324.06º | 0.96% | 0.89% | - |
| XYZ | 36.52 | 18.44 | 26.45 | - |
| YUV | 89.7 | 156.39 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 140 | 0 | 0.96 | 0.38 | 0.11 | 324.06 | 0.92 | 0.46 |
| Hex | E3 | A | 8C | 0 | 60 | 26 | B | 144 | 5C | 2E |
| Octal | 343 | 12 | 214 | 0 | 140 | 46 | 13 | 504 | 134 | 56 |
| Binary | 11100011 | 1010 | 10001100 | 0 | 1100000 | 100110 | 1011 | 101000100 | 1011100 | 101110 |
Color Harmonies of #E30A8C
Complementary color
Monochromatic Colors of #E30A8C
Black with #E30A8C
Text Example
Text Example
White with #E30A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A8C; }
p { color: rgb(227,10,140); }
H1.HeaderClassName
{
color: #E30A8C;
}
.AnyTagClassName
{
color: #E30A8C;
}
</style>
background-color css
<style>
a { background-color: #E30A8C; }
a { background-color: rgb(227,10,140); }
div.DivClassName
{
background-color: #E30A8C;
}
.BgClassName
{
background-color: #E30A8C;
}
</style>
border-color css
<style>
span { border-color: #E30A8C; }
span { border-color: rgb(227,10,140); }
td.TdClassName
{
border-color: #E30A8C;
}
.TagClassName
{
border-color: #E30A8C;
}
</style>