Shades of Hollywood Cerise #E30CA5
Tints of Hollywood Cerise #E30CA5
RGB
CMYK
RGB Variations
Color information
#E30CA5 (or 0xE30CA5) is known color: Hollywood Cerise. HEX triplet: E3, 0C and A5. RGB value is (227,12,165). Sum of RGB (Red+Green+Blue) = 227+12+165=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30CA5 is #1CF35A. Grayscale: #5D5D5D. Windows color (decimal): -1897307 or 10816739. OLE color: 10816739.
HSL color Cylindrical-coordinate representation of color #E30CA5: hue angle of 317.3º degrees, saturation: 0.9, 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 #E30CA5 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 165 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.11 |
| HSL | 317.3º | 0.9% | 0.47% | - |
| HSV(B) | 317.3º | 0.95% | 0.89% | - |
| XYZ | 38.6 | 19.31 | 37.29 | - |
| YUV | 93.73 | 168.23 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 165 | 0 | 0.95 | 0.27 | 0.11 | 317.3 | 0.9 | 0.47 |
| Hex | E3 | C | A5 | 0 | 5F | 1B | B | 13D | 5A | 2F |
| Octal | 343 | 14 | 245 | 0 | 137 | 33 | 13 | 475 | 132 | 57 |
| Binary | 11100011 | 1100 | 10100101 | 0 | 1011111 | 11011 | 1011 | 100111101 | 1011010 | 101111 |
Color Harmonies of #E30CA5
Complementary color
Monochromatic Colors of #E30CA5
Black with #E30CA5
Text Example
Text Example
White with #E30CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CA5; }
p { color: rgb(227,12,165); }
H1.HeaderClassName
{
color: #E30CA5;
}
.AnyTagClassName
{
color: #E30CA5;
}
</style>
background-color css
<style>
a { background-color: #E30CA5; }
a { background-color: rgb(227,12,165); }
div.DivClassName
{
background-color: #E30CA5;
}
.BgClassName
{
background-color: #E30CA5;
}
</style>
border-color css
<style>
span { border-color: #E30CA5; }
span { border-color: rgb(227,12,165); }
td.TdClassName
{
border-color: #E30CA5;
}
.TagClassName
{
border-color: #E30CA5;
}
</style>