Shades of Hollywood Cerise #E4018D
Tints of Hollywood Cerise #E4018D
RGB
CMYK
RGB Variations
Color information
#E4018D (or 0xE4018D) is known color: Hollywood Cerise. HEX triplet: E4, 01 and 8D. RGB value is (228,1,141). Sum of RGB (Red+Green+Blue) = 228+1+141=370 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.62% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 228 - color contains mainly: red. Hex color #E4018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4018D is #1BFE72. Grayscale: #545454. Windows color (decimal): -1834611 or 9241060. OLE color: 9241060.
HSL color Cylindrical-coordinate representation of color #E4018D: hue angle of 323º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4018D is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.11 |
| HSL | 323º | 0.99% | 0.45% | - |
| HSV(B) | 323º | 1% | 0.89% | - |
| XYZ | 36.81 | 18.44 | 26.82 | - |
| YUV | 84.83 | 159.71 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 141 | 0 | 1.00 | 0.38 | 0.11 | 323 | 0.99 | 0.45 |
| Hex | E4 | 1 | 8D | 0 | 64 | 26 | B | 143 | 63 | 2D |
| Octal | 344 | 1 | 215 | 0 | 144 | 46 | 13 | 503 | 143 | 55 |
| Binary | 11100100 | 1 | 10001101 | 0 | 1100100 | 100110 | 1011 | 101000011 | 1100011 | 101101 |
Color Harmonies of #E4018D
Complementary color
Monochromatic Colors of #E4018D
Black with #E4018D
Text Example
Text Example
White with #E4018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4018D; }
p { color: rgb(228,1,141); }
H1.HeaderClassName
{
color: #E4018D;
}
.AnyTagClassName
{
color: #E4018D;
}
</style>
background-color css
<style>
a { background-color: #E4018D; }
a { background-color: rgb(228,1,141); }
div.DivClassName
{
background-color: #E4018D;
}
.BgClassName
{
background-color: #E4018D;
}
</style>
border-color css
<style>
span { border-color: #E4018D; }
span { border-color: rgb(228,1,141); }
td.TdClassName
{
border-color: #E4018D;
}
.TagClassName
{
border-color: #E4018D;
}
</style>