Shades of Hollywood Cerise #E30DAB
Tints of Hollywood Cerise #E30DAB
RGB
CMYK
RGB Variations
Color information
#E30DAB (or 0xE30DAB) is known color: Hollywood Cerise. HEX triplet: E3, 0D and AB. RGB value is (227,13,171). Sum of RGB (Red+Green+Blue) = 227+13+171=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30DAB is #1CF254. Grayscale: #5E5E5E. Windows color (decimal): -1897045 or 11210211. OLE color: 11210211.
HSL color Cylindrical-coordinate representation of color #E30DAB: hue angle of 315.7º 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 #E30DAB is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.11 |
| HSL | 315.7º | 0.89% | 0.47% | - |
| HSV(B) | 315.7º | 0.94% | 0.89% | - |
| XYZ | 39.17 | 19.56 | 40.24 | - |
| YUV | 95 | 170.9 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 171 | 0 | 0.94 | 0.25 | 0.11 | 315.7 | 0.89 | 0.47 |
| Hex | E3 | D | AB | 0 | 5E | 19 | B | 13C | 59 | 2F |
| Octal | 343 | 15 | 253 | 0 | 136 | 31 | 13 | 474 | 131 | 57 |
| Binary | 11100011 | 1101 | 10101011 | 0 | 1011110 | 11001 | 1011 | 100111100 | 1011001 | 101111 |
Color Harmonies of #E30DAB
Complementary color
Monochromatic Colors of #E30DAB
Black with #E30DAB
Text Example
Text Example
White with #E30DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DAB; }
p { color: rgb(227,13,171); }
H1.HeaderClassName
{
color: #E30DAB;
}
.AnyTagClassName
{
color: #E30DAB;
}
</style>
background-color css
<style>
a { background-color: #E30DAB; }
a { background-color: rgb(227,13,171); }
div.DivClassName
{
background-color: #E30DAB;
}
.BgClassName
{
background-color: #E30DAB;
}
</style>
border-color css
<style>
span { border-color: #E30DAB; }
span { border-color: rgb(227,13,171); }
td.TdClassName
{
border-color: #E30DAB;
}
.TagClassName
{
border-color: #E30DAB;
}
</style>