Shades of Hollywood Cerise #E30594
Tints of Hollywood Cerise #E30594
RGB
CMYK
RGB Variations
Color information
#E30594 (or 0xE30594) is known color: Hollywood Cerise. HEX triplet: E3, 05 and 94. RGB value is (227,5,148). Sum of RGB (Red+Green+Blue) = 227+5+148=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E30594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30594 is #1CFA6B. Grayscale: #575757. Windows color (decimal): -1899116 or 9700835. OLE color: 9700835.
HSL color Cylindrical-coordinate representation of color #E30594: hue angle of 321.35º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30594 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 148 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.11 |
| HSL | 321.35º | 0.96% | 0.45% | - |
| HSV(B) | 321.35º | 0.98% | 0.89% | - |
| XYZ | 37.08 | 18.58 | 29.65 | - |
| YUV | 87.68 | 162.05 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 148 | 0 | 0.98 | 0.35 | 0.11 | 321.35 | 0.96 | 0.45 |
| Hex | E3 | 5 | 94 | 0 | 62 | 23 | B | 141 | 60 | 2D |
| Octal | 343 | 5 | 224 | 0 | 142 | 43 | 13 | 501 | 140 | 55 |
| Binary | 11100011 | 101 | 10010100 | 0 | 1100010 | 100011 | 1011 | 101000001 | 1100000 | 101101 |
Color Harmonies of #E30594
Complementary color
Monochromatic Colors of #E30594
Black with #E30594
Text Example
Text Example
White with #E30594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30594; }
p { color: rgb(227,5,148); }
H1.HeaderClassName
{
color: #E30594;
}
.AnyTagClassName
{
color: #E30594;
}
</style>
background-color css
<style>
a { background-color: #E30594; }
a { background-color: rgb(227,5,148); }
div.DivClassName
{
background-color: #E30594;
}
.BgClassName
{
background-color: #E30594;
}
</style>
border-color css
<style>
span { border-color: #E30594; }
span { border-color: rgb(227,5,148); }
td.TdClassName
{
border-color: #E30594;
}
.TagClassName
{
border-color: #E30594;
}
</style>