Shades of Hollywood Cerise #E2018D
Tints of Hollywood Cerise #E2018D
RGB
CMYK
RGB Variations
Color information
#E2018D (or 0xE2018D) is known color: Hollywood Cerise. HEX triplet: E2, 01 and 8D. RGB value is (226,1,141). Sum of RGB (Red+Green+Blue) = 226+1+141=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2018D is #1DFE72. Grayscale: #535353. Windows color (decimal): -1965683 or 9241058. OLE color: 9241058.
HSL color Cylindrical-coordinate representation of color #E2018D: hue angle of 322.67º 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 #E2018D is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.11 |
| HSL | 322.67º | 0.99% | 0.45% | - |
| HSV(B) | 322.67º | 1% | 0.89% | - |
| XYZ | 36.18 | 18.11 | 26.79 | - |
| YUV | 84.24 | 160.04 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 141 | 0 | 1.00 | 0.38 | 0.11 | 322.67 | 0.99 | 0.45 |
| Hex | E2 | 1 | 8D | 0 | 64 | 26 | B | 143 | 63 | 2D |
| Octal | 342 | 1 | 215 | 0 | 144 | 46 | 13 | 503 | 143 | 55 |
| Binary | 11100010 | 1 | 10001101 | 0 | 1100100 | 100110 | 1011 | 101000011 | 1100011 | 101101 |
Color Harmonies of #E2018D
Complementary color
Monochromatic Colors of #E2018D
Black with #E2018D
Text Example
Text Example
White with #E2018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2018D; }
p { color: rgb(226,1,141); }
H1.HeaderClassName
{
color: #E2018D;
}
.AnyTagClassName
{
color: #E2018D;
}
</style>
background-color css
<style>
a { background-color: #E2018D; }
a { background-color: rgb(226,1,141); }
div.DivClassName
{
background-color: #E2018D;
}
.BgClassName
{
background-color: #E2018D;
}
</style>
border-color css
<style>
span { border-color: #E2018D; }
span { border-color: rgb(226,1,141); }
td.TdClassName
{
border-color: #E2018D;
}
.TagClassName
{
border-color: #E2018D;
}
</style>