Shades of Hollywood Cerise #E8068A
Tints of Hollywood Cerise #E8068A
RGB
CMYK
RGB Variations
Color information
#E8068A (or 0xE8068A) is known color: Hollywood Cerise. HEX triplet: E8, 06 and 8A. RGB value is (232,6,138). Sum of RGB (Red+Green+Blue) = 232+6+138=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E8068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8068A is #17F975. Grayscale: #585858. Windows color (decimal): -1571190 or 9045736. OLE color: 9045736.
HSL color Cylindrical-coordinate representation of color #E8068A: hue angle of 324.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8068A is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.09 |
| HSL | 324.96º | 0.95% | 0.47% | - |
| HSV(B) | 324.96º | 0.97% | 0.91% | - |
| XYZ | 37.93 | 19.12 | 25.74 | - |
| YUV | 88.62 | 155.87 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 138 | 0 | 0.97 | 0.41 | 0.09 | 324.96 | 0.95 | 0.47 |
| Hex | E8 | 6 | 8A | 0 | 61 | 29 | 9 | 145 | 5F | 2F |
| Octal | 350 | 6 | 212 | 0 | 141 | 51 | 11 | 505 | 137 | 57 |
| Binary | 11101000 | 110 | 10001010 | 0 | 1100001 | 101001 | 1001 | 101000101 | 1011111 | 101111 |
Color Harmonies of #E8068A
Complementary color
Monochromatic Colors of #E8068A
Black with #E8068A
Text Example
Text Example
White with #E8068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8068A; }
p { color: rgb(232,6,138); }
H1.HeaderClassName
{
color: #E8068A;
}
.AnyTagClassName
{
color: #E8068A;
}
</style>
background-color css
<style>
a { background-color: #E8068A; }
a { background-color: rgb(232,6,138); }
div.DivClassName
{
background-color: #E8068A;
}
.BgClassName
{
background-color: #E8068A;
}
</style>
border-color css
<style>
span { border-color: #E8068A; }
span { border-color: rgb(232,6,138); }
td.TdClassName
{
border-color: #E8068A;
}
.TagClassName
{
border-color: #E8068A;
}
</style>