Shades of Hollywood Cerise #E30FAA
Tints of Hollywood Cerise #E30FAA
RGB
CMYK
RGB Variations
Color information
#E30FAA (or 0xE30FAA) is known color: Hollywood Cerise. HEX triplet: E3, 0F and AA. RGB value is (227,15,170). Sum of RGB (Red+Green+Blue) = 227+15+170=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30FAA is #1CF055. Grayscale: #5F5F5F. Windows color (decimal): -1896534 or 11145187. OLE color: 11145187.
HSL color Cylindrical-coordinate representation of color #E30FAA: hue angle of 316.13º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30FAA is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 170 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.11 |
| HSL | 316.13º | 0.88% | 0.47% | - |
| HSV(B) | 316.13º | 0.93% | 0.89% | - |
| XYZ | 39.11 | 19.57 | 39.75 | - |
| YUV | 96.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 170 | 0 | 0.93 | 0.25 | 0.11 | 316.13 | 0.88 | 0.47 |
| Hex | E3 | F | AA | 0 | 5D | 19 | B | 13C | 58 | 2F |
| Octal | 343 | 17 | 252 | 0 | 135 | 31 | 13 | 474 | 130 | 57 |
| Binary | 11100011 | 1111 | 10101010 | 0 | 1011101 | 11001 | 1011 | 100111100 | 1011000 | 101111 |
Color Harmonies of #E30FAA
Complementary color
Monochromatic Colors of #E30FAA
Black with #E30FAA
Text Example
Text Example
White with #E30FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FAA; }
p { color: rgb(227,15,170); }
H1.HeaderClassName
{
color: #E30FAA;
}
.AnyTagClassName
{
color: #E30FAA;
}
</style>
background-color css
<style>
a { background-color: #E30FAA; }
a { background-color: rgb(227,15,170); }
div.DivClassName
{
background-color: #E30FAA;
}
.BgClassName
{
background-color: #E30FAA;
}
</style>
border-color css
<style>
span { border-color: #E30FAA; }
span { border-color: rgb(227,15,170); }
td.TdClassName
{
border-color: #E30FAA;
}
.TagClassName
{
border-color: #E30FAA;
}
</style>