Shades of Hollywood Cerise #E40195
Tints of Hollywood Cerise #E40195
RGB
CMYK
RGB Variations
Color information
#E40195 (or 0xE40195) is known color: Hollywood Cerise. HEX triplet: E4, 01 and 95. RGB value is (228,1,149). Sum of RGB (Red+Green+Blue) = 228+1+149=378 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.32% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 228 - color contains mainly: red. Hex color #E40195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40195 is #1BFE6A. Grayscale: #555555. Windows color (decimal): -1834603 or 9765348. OLE color: 9765348.
HSL color Cylindrical-coordinate representation of color #E40195: hue angle of 320.88º 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 #E40195 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.11 |
| HSL | 320.88º | 0.99% | 0.45% | - |
| HSV(B) | 320.88º | 1% | 0.89% | - |
| XYZ | 37.43 | 18.69 | 30.07 | - |
| YUV | 85.75 | 163.71 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 149 | 0 | 1.00 | 0.35 | 0.11 | 320.88 | 0.99 | 0.45 |
| Hex | E4 | 1 | 95 | 0 | 64 | 23 | B | 141 | 63 | 2D |
| Octal | 344 | 1 | 225 | 0 | 144 | 43 | 13 | 501 | 143 | 55 |
| Binary | 11100100 | 1 | 10010101 | 0 | 1100100 | 100011 | 1011 | 101000001 | 1100011 | 101101 |
Color Harmonies of #E40195
Complementary color
Monochromatic Colors of #E40195
Black with #E40195
Text Example
Text Example
White with #E40195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40195; }
p { color: rgb(228,1,149); }
H1.HeaderClassName
{
color: #E40195;
}
.AnyTagClassName
{
color: #E40195;
}
</style>
background-color css
<style>
a { background-color: #E40195; }
a { background-color: rgb(228,1,149); }
div.DivClassName
{
background-color: #E40195;
}
.BgClassName
{
background-color: #E40195;
}
</style>
border-color css
<style>
span { border-color: #E40195; }
span { border-color: rgb(228,1,149); }
td.TdClassName
{
border-color: #E40195;
}
.TagClassName
{
border-color: #E40195;
}
</style>