Shades of Hollywood Cerise #E100AF
Tints of Hollywood Cerise #E100AF
RGB
CMYK
RGB Variations
Color information
#E100AF (or 0xE100AF) is known color: Hollywood Cerise. HEX triplet: E1, 00 and AF. RGB value is (225,0,175). Sum of RGB (Red+Green+Blue) = 225+0+175=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E100AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E100AF is #1EFF50. Grayscale: #565656. Windows color (decimal): -2031441 or 11469025. OLE color: 11469025.
HSL color Cylindrical-coordinate representation of color #E100AF: hue angle of 313.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100AF is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.22 | 0.12 |
| HSL | 313.33º | 1% | 0.44% | - |
| HSV(B) | 313.33º | 1% | 0.88% | - |
| XYZ | 38.79 | 19.1 | 42.2 | - |
| YUV | 87.23 | 177.54 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 175 | 0 | 1 | 0.22 | 0.12 | 313.33 | 1 | 0.44 |
| Hex | E1 | 0 | AF | 0 | 64 | 16 | C | 139 | 64 | 2C |
| Octal | 341 | 0 | 257 | 0 | 144 | 26 | 14 | 471 | 144 | 54 |
| Binary | 11100001 | 0 | 10101111 | 0 | 1100100 | 10110 | 1100 | 100111001 | 1100100 | 101100 |
Color Harmonies of #E100AF
Complementary color
Monochromatic Colors of #E100AF
Black with #E100AF
Text Example
Text Example
White with #E100AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100AF; }
p { color: rgb(225,0,175); }
H1.HeaderClassName
{
color: #E100AF;
}
.AnyTagClassName
{
color: #E100AF;
}
</style>
background-color css
<style>
a { background-color: #E100AF; }
a { background-color: rgb(225,0,175); }
div.DivClassName
{
background-color: #E100AF;
}
.BgClassName
{
background-color: #E100AF;
}
</style>
border-color css
<style>
span { border-color: #E100AF; }
span { border-color: rgb(225,0,175); }
td.TdClassName
{
border-color: #E100AF;
}
.TagClassName
{
border-color: #E100AF;
}
</style>