Shades of Hollywood Cerise #E4029D
Tints of Hollywood Cerise #E4029D
RGB
CMYK
RGB Variations
Color information
#E4029D (or 0xE4029D) is known color: Hollywood Cerise. HEX triplet: E4, 02 and 9D. RGB value is (228,2,157). Sum of RGB (Red+Green+Blue) = 228+2+157=387 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.91% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 228 - color contains mainly: red. Hex color #E4029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4029D is #1BFD62. Grayscale: #565656. Windows color (decimal): -1834339 or 10289892. OLE color: 10289892.
HSL color Cylindrical-coordinate representation of color #E4029D: hue angle of 318.85º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4029D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.11 |
| HSL | 318.85º | 0.98% | 0.45% | - |
| HSV(B) | 318.85º | 0.99% | 0.89% | - |
| XYZ | 38.1 | 18.97 | 33.55 | - |
| YUV | 87.24 | 167.37 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 157 | 0 | 0.99 | 0.31 | 0.11 | 318.85 | 0.98 | 0.45 |
| Hex | E4 | 2 | 9D | 0 | 63 | 1F | B | 13F | 62 | 2D |
| Octal | 344 | 2 | 235 | 0 | 143 | 37 | 13 | 477 | 142 | 55 |
| Binary | 11100100 | 10 | 10011101 | 0 | 1100011 | 11111 | 1011 | 100111111 | 1100010 | 101101 |
Color Harmonies of #E4029D
Complementary color
Monochromatic Colors of #E4029D
Black with #E4029D
Text Example
Text Example
White with #E4029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4029D; }
p { color: rgb(228,2,157); }
H1.HeaderClassName
{
color: #E4029D;
}
.AnyTagClassName
{
color: #E4029D;
}
</style>
background-color css
<style>
a { background-color: #E4029D; }
a { background-color: rgb(228,2,157); }
div.DivClassName
{
background-color: #E4029D;
}
.BgClassName
{
background-color: #E4029D;
}
</style>
border-color css
<style>
span { border-color: #E4029D; }
span { border-color: rgb(228,2,157); }
td.TdClassName
{
border-color: #E4029D;
}
.TagClassName
{
border-color: #E4029D;
}
</style>