Shades of Hollywood Cerise #E3018A
Tints of Hollywood Cerise #E3018A
RGB
CMYK
RGB Variations
Color information
#E3018A (or 0xE3018A) is known color: Hollywood Cerise. HEX triplet: E3, 01 and 8A. RGB value is (227,1,138). Sum of RGB (Red+Green+Blue) = 227+1+138=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E3018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3018A is #1CFE75. Grayscale: #535353. Windows color (decimal): -1900150 or 9044451. OLE color: 9044451.
HSL color Cylindrical-coordinate representation of color #E3018A: hue angle of 323.63º 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 #E3018A is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.11 |
| HSL | 323.63º | 0.99% | 0.45% | - |
| HSV(B) | 323.63º | 1% | 0.89% | - |
| XYZ | 36.28 | 18.19 | 25.64 | - |
| YUV | 84.19 | 158.37 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 138 | 0 | 1.00 | 0.39 | 0.11 | 323.63 | 0.99 | 0.45 |
| Hex | E3 | 1 | 8A | 0 | 64 | 27 | B | 144 | 63 | 2D |
| Octal | 343 | 1 | 212 | 0 | 144 | 47 | 13 | 504 | 143 | 55 |
| Binary | 11100011 | 1 | 10001010 | 0 | 1100100 | 100111 | 1011 | 101000100 | 1100011 | 101101 |
Color Harmonies of #E3018A
Complementary color
Monochromatic Colors of #E3018A
Black with #E3018A
Text Example
Text Example
White with #E3018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3018A; }
p { color: rgb(227,1,138); }
H1.HeaderClassName
{
color: #E3018A;
}
.AnyTagClassName
{
color: #E3018A;
}
</style>
background-color css
<style>
a { background-color: #E3018A; }
a { background-color: rgb(227,1,138); }
div.DivClassName
{
background-color: #E3018A;
}
.BgClassName
{
background-color: #E3018A;
}
</style>
border-color css
<style>
span { border-color: #E3018A; }
span { border-color: rgb(227,1,138); }
td.TdClassName
{
border-color: #E3018A;
}
.TagClassName
{
border-color: #E3018A;
}
</style>