Shades of Hollywood Cerise #E90395
Tints of Hollywood Cerise #E90395
RGB
CMYK
RGB Variations
Color information
#E90395 (or 0xE90395) is known color: Hollywood Cerise. HEX triplet: E9, 03 and 95. RGB value is (233,3,149). Sum of RGB (Red+Green+Blue) = 233+3+149=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E90395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90395 is #16FC6A. Grayscale: #585858. Windows color (decimal): -1506411 or 9765865. OLE color: 9765865.
HSL color Cylindrical-coordinate representation of color #E90395: hue angle of 321.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90395 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 3 | 149 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.09 |
| HSL | 321.91º | 0.97% | 0.46% | - |
| HSV(B) | 321.91º | 0.99% | 0.91% | - |
| XYZ | 39.06 | 19.56 | 30.15 | - |
| YUV | 88.41 | 162.2 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 3 | 149 | 0 | 0.99 | 0.36 | 0.09 | 321.91 | 0.97 | 0.46 |
| Hex | E9 | 3 | 95 | 0 | 63 | 24 | 9 | 142 | 61 | 2E |
| Octal | 351 | 3 | 225 | 0 | 143 | 44 | 11 | 502 | 141 | 56 |
| Binary | 11101001 | 11 | 10010101 | 0 | 1100011 | 100100 | 1001 | 101000010 | 1100001 | 101110 |
Color Harmonies of #E90395
Complementary color
Monochromatic Colors of #E90395
Black with #E90395
Text Example
Text Example
White with #E90395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90395; }
p { color: rgb(233,3,149); }
H1.HeaderClassName
{
color: #E90395;
}
.AnyTagClassName
{
color: #E90395;
}
</style>
background-color css
<style>
a { background-color: #E90395; }
a { background-color: rgb(233,3,149); }
div.DivClassName
{
background-color: #E90395;
}
.BgClassName
{
background-color: #E90395;
}
</style>
border-color css
<style>
span { border-color: #E90395; }
span { border-color: rgb(233,3,149); }
td.TdClassName
{
border-color: #E90395;
}
.TagClassName
{
border-color: #E90395;
}
</style>