Shades of Hollywood Cerise #E1068E
Tints of Hollywood Cerise #E1068E
RGB
CMYK
RGB Variations
Color information
#E1068E (or 0xE1068E) is known color: Hollywood Cerise. HEX triplet: E1, 06 and 8E. RGB value is (225,6,142). Sum of RGB (Red+Green+Blue) = 225+6+142=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1068E is #1EF971. Grayscale: #565656. Windows color (decimal): -2029938 or 9307873. OLE color: 9307873.
HSL color Cylindrical-coordinate representation of color #E1068E: hue angle of 322.74º 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 #E1068E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.12 |
| HSL | 322.74º | 0.95% | 0.45% | - |
| HSV(B) | 322.74º | 0.97% | 0.88% | - |
| XYZ | 36 | 18.09 | 27.19 | - |
| YUV | 86.99 | 159.05 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 142 | 0 | 0.97 | 0.37 | 0.12 | 322.74 | 0.95 | 0.45 |
| Hex | E1 | 6 | 8E | 0 | 61 | 25 | C | 143 | 5F | 2D |
| Octal | 341 | 6 | 216 | 0 | 141 | 45 | 14 | 503 | 137 | 55 |
| Binary | 11100001 | 110 | 10001110 | 0 | 1100001 | 100101 | 1100 | 101000011 | 1011111 | 101101 |
Color Harmonies of #E1068E
Complementary color
Monochromatic Colors of #E1068E
Black with #E1068E
Text Example
Text Example
White with #E1068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1068E; }
p { color: rgb(225,6,142); }
H1.HeaderClassName
{
color: #E1068E;
}
.AnyTagClassName
{
color: #E1068E;
}
</style>
background-color css
<style>
a { background-color: #E1068E; }
a { background-color: rgb(225,6,142); }
div.DivClassName
{
background-color: #E1068E;
}
.BgClassName
{
background-color: #E1068E;
}
</style>
border-color css
<style>
span { border-color: #E1068E; }
span { border-color: rgb(225,6,142); }
td.TdClassName
{
border-color: #E1068E;
}
.TagClassName
{
border-color: #E1068E;
}
</style>