Shades of Hollywood Cerise #E4018F
Tints of Hollywood Cerise #E4018F
RGB
CMYK
RGB Variations
Color information
#E4018F (or 0xE4018F) is known color: Hollywood Cerise. HEX triplet: E4, 01 and 8F. RGB value is (228,1,143). Sum of RGB (Red+Green+Blue) = 228+1+143=372 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.29% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 228 - color contains mainly: red. Hex color #E4018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4018F is #1BFE70. Grayscale: #545454. Windows color (decimal): -1834609 or 9372132. OLE color: 9372132.
HSL color Cylindrical-coordinate representation of color #E4018F: hue angle of 322.47º 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 #E4018F is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.11 |
| HSL | 322.47º | 0.99% | 0.45% | - |
| HSV(B) | 322.47º | 1% | 0.89% | - |
| XYZ | 36.96 | 18.5 | 27.61 | - |
| YUV | 85.06 | 160.71 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 143 | 0 | 1.00 | 0.37 | 0.11 | 322.47 | 0.99 | 0.45 |
| Hex | E4 | 1 | 8F | 0 | 64 | 25 | B | 142 | 63 | 2D |
| Octal | 344 | 1 | 217 | 0 | 144 | 45 | 13 | 502 | 143 | 55 |
| Binary | 11100100 | 1 | 10001111 | 0 | 1100100 | 100101 | 1011 | 101000010 | 1100011 | 101101 |
Color Harmonies of #E4018F
Complementary color
Monochromatic Colors of #E4018F
Black with #E4018F
Text Example
Text Example
White with #E4018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4018F; }
p { color: rgb(228,1,143); }
H1.HeaderClassName
{
color: #E4018F;
}
.AnyTagClassName
{
color: #E4018F;
}
</style>
background-color css
<style>
a { background-color: #E4018F; }
a { background-color: rgb(228,1,143); }
div.DivClassName
{
background-color: #E4018F;
}
.BgClassName
{
background-color: #E4018F;
}
</style>
border-color css
<style>
span { border-color: #E4018F; }
span { border-color: rgb(228,1,143); }
td.TdClassName
{
border-color: #E4018F;
}
.TagClassName
{
border-color: #E4018F;
}
</style>