Shades of Hollywood Cerise #E2068E
Tints of Hollywood Cerise #E2068E
RGB
CMYK
RGB Variations
Color information
#E2068E (or 0xE2068E) is known color: Hollywood Cerise. HEX triplet: E2, 06 and 8E. RGB value is (226,6,142). Sum of RGB (Red+Green+Blue) = 226+6+142=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2068E is #1DF971. Grayscale: #565656. Windows color (decimal): -1964402 or 9307874. OLE color: 9307874.
HSL color Cylindrical-coordinate representation of color #E2068E: hue angle of 322.91º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2068E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.11 |
| HSL | 322.91º | 0.95% | 0.45% | - |
| HSV(B) | 322.91º | 0.97% | 0.89% | - |
| XYZ | 36.31 | 18.25 | 27.2 | - |
| YUV | 87.28 | 158.89 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 142 | 0 | 0.97 | 0.37 | 0.11 | 322.91 | 0.95 | 0.45 |
| Hex | E2 | 6 | 8E | 0 | 61 | 25 | B | 143 | 5F | 2D |
| Octal | 342 | 6 | 216 | 0 | 141 | 45 | 13 | 503 | 137 | 55 |
| Binary | 11100010 | 110 | 10001110 | 0 | 1100001 | 100101 | 1011 | 101000011 | 1011111 | 101101 |
Color Harmonies of #E2068E
Complementary color
Monochromatic Colors of #E2068E
Black with #E2068E
Text Example
Text Example
White with #E2068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2068E; }
p { color: rgb(226,6,142); }
H1.HeaderClassName
{
color: #E2068E;
}
.AnyTagClassName
{
color: #E2068E;
}
</style>
background-color css
<style>
a { background-color: #E2068E; }
a { background-color: rgb(226,6,142); }
div.DivClassName
{
background-color: #E2068E;
}
.BgClassName
{
background-color: #E2068E;
}
</style>
border-color css
<style>
span { border-color: #E2068E; }
span { border-color: rgb(226,6,142); }
td.TdClassName
{
border-color: #E2068E;
}
.TagClassName
{
border-color: #E2068E;
}
</style>