Shades of Hollywood Cerise #E405A4
Tints of Hollywood Cerise #E405A4
RGB
CMYK
RGB Variations
Color information
#E405A4 (or 0xE405A4) is known color: Hollywood Cerise. HEX triplet: E4, 05 and A4. RGB value is (228,5,164). Sum of RGB (Red+Green+Blue) = 228+5+164=397 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.43% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 228 - color contains mainly: red. Hex color #E405A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E405A4 is #1BFA5B. Grayscale: #595959. Windows color (decimal): -1833564 or 10749412. OLE color: 10749412.
HSL color Cylindrical-coordinate representation of color #E405A4: hue angle of 317.22º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E405A4 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 164 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.11 |
| HSL | 317.22º | 0.96% | 0.46% | - |
| HSV(B) | 317.22º | 0.98% | 0.89% | - |
| XYZ | 38.75 | 19.28 | 36.8 | - |
| YUV | 89.8 | 169.88 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 164 | 0 | 0.98 | 0.28 | 0.11 | 317.22 | 0.96 | 0.46 |
| Hex | E4 | 5 | A4 | 0 | 62 | 1C | B | 13D | 60 | 2E |
| Octal | 344 | 5 | 244 | 0 | 142 | 34 | 13 | 475 | 140 | 56 |
| Binary | 11100100 | 101 | 10100100 | 0 | 1100010 | 11100 | 1011 | 100111101 | 1100000 | 101110 |
Color Harmonies of #E405A4
Complementary color
Monochromatic Colors of #E405A4
Black with #E405A4
Text Example
Text Example
White with #E405A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405A4; }
p { color: rgb(228,5,164); }
H1.HeaderClassName
{
color: #E405A4;
}
.AnyTagClassName
{
color: #E405A4;
}
</style>
background-color css
<style>
a { background-color: #E405A4; }
a { background-color: rgb(228,5,164); }
div.DivClassName
{
background-color: #E405A4;
}
.BgClassName
{
background-color: #E405A4;
}
</style>
border-color css
<style>
span { border-color: #E405A4; }
span { border-color: rgb(228,5,164); }
td.TdClassName
{
border-color: #E405A4;
}
.TagClassName
{
border-color: #E405A4;
}
</style>