Shades of Hollywood Cerise #E4028D
Tints of Hollywood Cerise #E4028D
RGB
CMYK
RGB Variations
Color information
#E4028D (or 0xE4028D) is known color: Hollywood Cerise. HEX triplet: E4, 02 and 8D. RGB value is (228,2,141). Sum of RGB (Red+Green+Blue) = 228+2+141=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E4028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4028D is #1BFD72. Grayscale: #555555. Windows color (decimal): -1834355 or 9241316. OLE color: 9241316.
HSL color Cylindrical-coordinate representation of color #E4028D: hue angle of 323.1º 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 #E4028D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.11 |
| HSL | 323.1º | 0.98% | 0.45% | - |
| HSV(B) | 323.1º | 0.99% | 0.89% | - |
| XYZ | 36.82 | 18.46 | 26.82 | - |
| YUV | 85.42 | 159.37 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 141 | 0 | 0.99 | 0.38 | 0.11 | 323.1 | 0.98 | 0.45 |
| Hex | E4 | 2 | 8D | 0 | 63 | 26 | B | 143 | 62 | 2D |
| Octal | 344 | 2 | 215 | 0 | 143 | 46 | 13 | 503 | 142 | 55 |
| Binary | 11100100 | 10 | 10001101 | 0 | 1100011 | 100110 | 1011 | 101000011 | 1100010 | 101101 |
Color Harmonies of #E4028D
Complementary color
Monochromatic Colors of #E4028D
Black with #E4028D
Text Example
Text Example
White with #E4028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4028D; }
p { color: rgb(228,2,141); }
H1.HeaderClassName
{
color: #E4028D;
}
.AnyTagClassName
{
color: #E4028D;
}
</style>
background-color css
<style>
a { background-color: #E4028D; }
a { background-color: rgb(228,2,141); }
div.DivClassName
{
background-color: #E4028D;
}
.BgClassName
{
background-color: #E4028D;
}
</style>
border-color css
<style>
span { border-color: #E4028D; }
span { border-color: rgb(228,2,141); }
td.TdClassName
{
border-color: #E4028D;
}
.TagClassName
{
border-color: #E4028D;
}
</style>