Shades of Hollywood Cerise #E10193
Tints of Hollywood Cerise #E10193
RGB
CMYK
RGB Variations
Color information
#E10193 (or 0xE10193) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 93. RGB value is (225,1,147). Sum of RGB (Red+Green+Blue) = 225+1+147=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E10193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10193 is #1EFE6C. Grayscale: #545454. Windows color (decimal): -2031213 or 9634273. OLE color: 9634273.
HSL color Cylindrical-coordinate representation of color #E10193: hue angle of 320.89º 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 #E10193 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 147 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.12 |
| HSL | 320.89º | 0.99% | 0.44% | - |
| HSV(B) | 320.89º | 1% | 0.88% | - |
| XYZ | 36.33 | 18.14 | 29.19 | - |
| YUV | 84.62 | 163.21 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 147 | 0 | 1.00 | 0.35 | 0.12 | 320.89 | 0.99 | 0.44 |
| Hex | E1 | 1 | 93 | 0 | 64 | 23 | C | 141 | 63 | 2C |
| Octal | 341 | 1 | 223 | 0 | 144 | 43 | 14 | 501 | 143 | 54 |
| Binary | 11100001 | 1 | 10010011 | 0 | 1100100 | 100011 | 1100 | 101000001 | 1100011 | 101100 |
Color Harmonies of #E10193
Complementary color
Monochromatic Colors of #E10193
Black with #E10193
Text Example
Text Example
White with #E10193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10193; }
p { color: rgb(225,1,147); }
H1.HeaderClassName
{
color: #E10193;
}
.AnyTagClassName
{
color: #E10193;
}
</style>
background-color css
<style>
a { background-color: #E10193; }
a { background-color: rgb(225,1,147); }
div.DivClassName
{
background-color: #E10193;
}
.BgClassName
{
background-color: #E10193;
}
</style>
border-color css
<style>
span { border-color: #E10193; }
span { border-color: rgb(225,1,147); }
td.TdClassName
{
border-color: #E10193;
}
.TagClassName
{
border-color: #E10193;
}
</style>