Shades of Hollywood Cerise #E1068F
Tints of Hollywood Cerise #E1068F
RGB
CMYK
RGB Variations
Color information
#E1068F (or 0xE1068F) is known color: Hollywood Cerise. HEX triplet: E1, 06 and 8F. RGB value is (225,6,143). Sum of RGB (Red+Green+Blue) = 225+6+143=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E1068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1068F is #1EF970. Grayscale: #565656. Windows color (decimal): -2029937 or 9373409. OLE color: 9373409.
HSL color Cylindrical-coordinate representation of color #E1068F: hue angle of 322.47º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1068F is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.12 |
| HSL | 322.47º | 0.95% | 0.45% | - |
| HSV(B) | 322.47º | 0.97% | 0.88% | - |
| XYZ | 36.07 | 18.12 | 27.58 | - |
| YUV | 87.1 | 159.55 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 143 | 0 | 0.97 | 0.36 | 0.12 | 322.47 | 0.95 | 0.45 |
| Hex | E1 | 6 | 8F | 0 | 61 | 24 | C | 142 | 5F | 2D |
| Octal | 341 | 6 | 217 | 0 | 141 | 44 | 14 | 502 | 137 | 55 |
| Binary | 11100001 | 110 | 10001111 | 0 | 1100001 | 100100 | 1100 | 101000010 | 1011111 | 101101 |
Color Harmonies of #E1068F
Complementary color
Monochromatic Colors of #E1068F
Black with #E1068F
Text Example
Text Example
White with #E1068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1068F; }
p { color: rgb(225,6,143); }
H1.HeaderClassName
{
color: #E1068F;
}
.AnyTagClassName
{
color: #E1068F;
}
</style>
background-color css
<style>
a { background-color: #E1068F; }
a { background-color: rgb(225,6,143); }
div.DivClassName
{
background-color: #E1068F;
}
.BgClassName
{
background-color: #E1068F;
}
</style>
border-color css
<style>
span { border-color: #E1068F; }
span { border-color: rgb(225,6,143); }
td.TdClassName
{
border-color: #E1068F;
}
.TagClassName
{
border-color: #E1068F;
}
</style>