Shades of Hollywood Cerise #E10188
Tints of Hollywood Cerise #E10188
RGB
CMYK
RGB Variations
Color information
#E10188 (or 0xE10188) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 88. RGB value is (225,1,136). Sum of RGB (Red+Green+Blue) = 225+1+136=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E10188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10188 is #1EFE77. Grayscale: #535353. Windows color (decimal): -2031224 or 8913377. OLE color: 8913377.
HSL color Cylindrical-coordinate representation of color #E10188: hue angle of 323.84º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10188 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 136 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.12 |
| HSL | 323.84º | 0.99% | 0.44% | - |
| HSV(B) | 323.84º | 1% | 0.88% | - |
| XYZ | 35.51 | 17.81 | 24.86 | - |
| YUV | 83.37 | 157.71 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 136 | 0 | 1.00 | 0.40 | 0.12 | 323.84 | 0.99 | 0.44 |
| Hex | E1 | 1 | 88 | 0 | 64 | 28 | C | 144 | 63 | 2C |
| Octal | 341 | 1 | 210 | 0 | 144 | 50 | 14 | 504 | 143 | 54 |
| Binary | 11100001 | 1 | 10001000 | 0 | 1100100 | 101000 | 1100 | 101000100 | 1100011 | 101100 |
Color Harmonies of #E10188
Complementary color
Monochromatic Colors of #E10188
Black with #E10188
Text Example
Text Example
White with #E10188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10188; }
p { color: rgb(225,1,136); }
H1.HeaderClassName
{
color: #E10188;
}
.AnyTagClassName
{
color: #E10188;
}
</style>
background-color css
<style>
a { background-color: #E10188; }
a { background-color: rgb(225,1,136); }
div.DivClassName
{
background-color: #E10188;
}
.BgClassName
{
background-color: #E10188;
}
</style>
border-color css
<style>
span { border-color: #E10188; }
span { border-color: rgb(225,1,136); }
td.TdClassName
{
border-color: #E10188;
}
.TagClassName
{
border-color: #E10188;
}
</style>