Shades of Hollywood Cerise #E3018C
Tints of Hollywood Cerise #E3018C
RGB
CMYK
RGB Variations
Color information
#E3018C (or 0xE3018C) is known color: Hollywood Cerise. HEX triplet: E3, 01 and 8C. RGB value is (227,1,140). Sum of RGB (Red+Green+Blue) = 227+1+140=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E3018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3018C is #1CFE73. Grayscale: #545454. Windows color (decimal): -1900148 or 9175523. OLE color: 9175523.
HSL color Cylindrical-coordinate representation of color #E3018C: hue angle of 323.1º 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 #E3018C is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.11 |
| HSL | 323.1º | 0.99% | 0.45% | - |
| HSV(B) | 323.1º | 1% | 0.89% | - |
| XYZ | 36.42 | 18.25 | 26.41 | - |
| YUV | 84.42 | 159.37 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 140 | 0 | 1.00 | 0.38 | 0.11 | 323.1 | 0.99 | 0.45 |
| Hex | E3 | 1 | 8C | 0 | 64 | 26 | B | 143 | 63 | 2D |
| Octal | 343 | 1 | 214 | 0 | 144 | 46 | 13 | 503 | 143 | 55 |
| Binary | 11100011 | 1 | 10001100 | 0 | 1100100 | 100110 | 1011 | 101000011 | 1100011 | 101101 |
Color Harmonies of #E3018C
Complementary color
Monochromatic Colors of #E3018C
Black with #E3018C
Text Example
Text Example
White with #E3018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3018C; }
p { color: rgb(227,1,140); }
H1.HeaderClassName
{
color: #E3018C;
}
.AnyTagClassName
{
color: #E3018C;
}
</style>
background-color css
<style>
a { background-color: #E3018C; }
a { background-color: rgb(227,1,140); }
div.DivClassName
{
background-color: #E3018C;
}
.BgClassName
{
background-color: #E3018C;
}
</style>
border-color css
<style>
span { border-color: #E3018C; }
span { border-color: rgb(227,1,140); }
td.TdClassName
{
border-color: #E3018C;
}
.TagClassName
{
border-color: #E3018C;
}
</style>