Shades of Hollywood Cerise #E0018C
Tints of Hollywood Cerise #E0018C
RGB
CMYK
RGB Variations
Color information
#E0018C (or 0xE0018C) is known color: Hollywood Cerise. HEX triplet: E0, 01 and 8C. RGB value is (224,1,140). Sum of RGB (Red+Green+Blue) = 224+1+140=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0018C is #1FFE73. Grayscale: #535353. Windows color (decimal): -2096756 or 9175520. OLE color: 9175520.
HSL color Cylindrical-coordinate representation of color #E0018C: hue angle of 322.6º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0018C is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.12 |
| HSL | 322.6º | 0.99% | 0.44% | - |
| HSV(B) | 322.6º | 1% | 0.88% | - |
| XYZ | 35.48 | 17.76 | 26.37 | - |
| YUV | 83.52 | 159.88 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 140 | 0 | 1.00 | 0.38 | 0.12 | 322.6 | 0.99 | 0.44 |
| Hex | E0 | 1 | 8C | 0 | 64 | 26 | C | 143 | 63 | 2C |
| Octal | 340 | 1 | 214 | 0 | 144 | 46 | 14 | 503 | 143 | 54 |
| Binary | 11100000 | 1 | 10001100 | 0 | 1100100 | 100110 | 1100 | 101000011 | 1100011 | 101100 |
Color Harmonies of #E0018C
Complementary color
Monochromatic Colors of #E0018C
Black with #E0018C
Text Example
Text Example
White with #E0018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0018C; }
p { color: rgb(224,1,140); }
H1.HeaderClassName
{
color: #E0018C;
}
.AnyTagClassName
{
color: #E0018C;
}
</style>
background-color css
<style>
a { background-color: #E0018C; }
a { background-color: rgb(224,1,140); }
div.DivClassName
{
background-color: #E0018C;
}
.BgClassName
{
background-color: #E0018C;
}
</style>
border-color css
<style>
span { border-color: #E0018C; }
span { border-color: rgb(224,1,140); }
td.TdClassName
{
border-color: #E0018C;
}
.TagClassName
{
border-color: #E0018C;
}
</style>