Shades of Hollywood Cerise #E30DAA
Tints of Hollywood Cerise #E30DAA
RGB
CMYK
RGB Variations
Color information
#E30DAA (or 0xE30DAA) is known color: Hollywood Cerise. HEX triplet: E3, 0D and AA. RGB value is (227,13,170). Sum of RGB (Red+Green+Blue) = 227+13+170=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30DAA is #1CF255. Grayscale: #5E5E5E. Windows color (decimal): -1897046 or 11144675. OLE color: 11144675.
HSL color Cylindrical-coordinate representation of color #E30DAA: hue angle of 315.98º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30DAA is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 170 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.11 |
| HSL | 315.98º | 0.89% | 0.47% | - |
| HSV(B) | 315.98º | 0.94% | 0.89% | - |
| XYZ | 39.08 | 19.52 | 39.74 | - |
| YUV | 94.88 | 170.4 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 170 | 0 | 0.94 | 0.25 | 0.11 | 315.98 | 0.89 | 0.47 |
| Hex | E3 | D | AA | 0 | 5E | 19 | B | 13C | 59 | 2F |
| Octal | 343 | 15 | 252 | 0 | 136 | 31 | 13 | 474 | 131 | 57 |
| Binary | 11100011 | 1101 | 10101010 | 0 | 1011110 | 11001 | 1011 | 100111100 | 1011001 | 101111 |
Color Harmonies of #E30DAA
Complementary color
Monochromatic Colors of #E30DAA
Black with #E30DAA
Text Example
Text Example
White with #E30DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DAA; }
p { color: rgb(227,13,170); }
H1.HeaderClassName
{
color: #E30DAA;
}
.AnyTagClassName
{
color: #E30DAA;
}
</style>
background-color css
<style>
a { background-color: #E30DAA; }
a { background-color: rgb(227,13,170); }
div.DivClassName
{
background-color: #E30DAA;
}
.BgClassName
{
background-color: #E30DAA;
}
</style>
border-color css
<style>
span { border-color: #E30DAA; }
span { border-color: rgb(227,13,170); }
td.TdClassName
{
border-color: #E30DAA;
}
.TagClassName
{
border-color: #E30DAA;
}
</style>