Shades of Hollywood Cerise #E3068C
Tints of Hollywood Cerise #E3068C
RGB
CMYK
RGB Variations
Color information
#E3068C (or 0xE3068C) is known color: Hollywood Cerise. HEX triplet: E3, 06 and 8C. RGB value is (227,6,140). Sum of RGB (Red+Green+Blue) = 227+6+140=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E3068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3068C is #1CF973. Grayscale: #575757. Windows color (decimal): -1898868 or 9176803. OLE color: 9176803.
HSL color Cylindrical-coordinate representation of color #E3068C: hue angle of 323.62º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3068C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 140 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.11 |
| HSL | 323.62º | 0.95% | 0.46% | - |
| HSV(B) | 323.62º | 0.97% | 0.89% | - |
| XYZ | 36.48 | 18.35 | 26.43 | - |
| YUV | 87.36 | 157.72 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 140 | 0 | 0.97 | 0.38 | 0.11 | 323.62 | 0.95 | 0.46 |
| Hex | E3 | 6 | 8C | 0 | 61 | 26 | B | 144 | 5F | 2E |
| Octal | 343 | 6 | 214 | 0 | 141 | 46 | 13 | 504 | 137 | 56 |
| Binary | 11100011 | 110 | 10001100 | 0 | 1100001 | 100110 | 1011 | 101000100 | 1011111 | 101110 |
Color Harmonies of #E3068C
Complementary color
Monochromatic Colors of #E3068C
Black with #E3068C
Text Example
Text Example
White with #E3068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3068C; }
p { color: rgb(227,6,140); }
H1.HeaderClassName
{
color: #E3068C;
}
.AnyTagClassName
{
color: #E3068C;
}
</style>
background-color css
<style>
a { background-color: #E3068C; }
a { background-color: rgb(227,6,140); }
div.DivClassName
{
background-color: #E3068C;
}
.BgClassName
{
background-color: #E3068C;
}
</style>
border-color css
<style>
span { border-color: #E3068C; }
span { border-color: rgb(227,6,140); }
td.TdClassName
{
border-color: #E3068C;
}
.TagClassName
{
border-color: #E3068C;
}
</style>