Shades of Hollywood Cerise #E2068B
Tints of Hollywood Cerise #E2068B
RGB
CMYK
RGB Variations
Color information
#E2068B (or 0xE2068B) is known color: Hollywood Cerise. HEX triplet: E2, 06 and 8B. RGB value is (226,6,139). Sum of RGB (Red+Green+Blue) = 226+6+139=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2068B is #1DF974. Grayscale: #565656. Windows color (decimal): -1964405 or 9111266. OLE color: 9111266.
HSL color Cylindrical-coordinate representation of color #E2068B: hue angle of 323.73º 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 #E2068B is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 139 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.11 |
| HSL | 323.73º | 0.95% | 0.45% | - |
| HSV(B) | 323.73º | 0.97% | 0.89% | - |
| XYZ | 36.09 | 18.16 | 26.03 | - |
| YUV | 86.94 | 157.39 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 139 | 0 | 0.97 | 0.38 | 0.11 | 323.73 | 0.95 | 0.45 |
| Hex | E2 | 6 | 8B | 0 | 61 | 26 | B | 144 | 5F | 2D |
| Octal | 342 | 6 | 213 | 0 | 141 | 46 | 13 | 504 | 137 | 55 |
| Binary | 11100010 | 110 | 10001011 | 0 | 1100001 | 100110 | 1011 | 101000100 | 1011111 | 101101 |
Color Harmonies of #E2068B
Complementary color
Monochromatic Colors of #E2068B
Black with #E2068B
Text Example
Text Example
White with #E2068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2068B; }
p { color: rgb(226,6,139); }
H1.HeaderClassName
{
color: #E2068B;
}
.AnyTagClassName
{
color: #E2068B;
}
</style>
background-color css
<style>
a { background-color: #E2068B; }
a { background-color: rgb(226,6,139); }
div.DivClassName
{
background-color: #E2068B;
}
.BgClassName
{
background-color: #E2068B;
}
</style>
border-color css
<style>
span { border-color: #E2068B; }
span { border-color: rgb(226,6,139); }
td.TdClassName
{
border-color: #E2068B;
}
.TagClassName
{
border-color: #E2068B;
}
</style>