Shades of Hollywood Cerise #E3068D
Tints of Hollywood Cerise #E3068D
RGB
CMYK
RGB Variations
Color information
#E3068D (or 0xE3068D) is known color: Hollywood Cerise. HEX triplet: E3, 06 and 8D. RGB value is (227,6,141). Sum of RGB (Red+Green+Blue) = 227+6+141=374 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.70% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 227 - color contains mainly: red. Hex color #E3068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3068D is #1CF972. Grayscale: #575757. Windows color (decimal): -1898867 or 9242339. OLE color: 9242339.
HSL color Cylindrical-coordinate representation of color #E3068D: hue angle of 323.35º 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 #E3068D is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.11 |
| HSL | 323.35º | 0.95% | 0.46% | - |
| HSV(B) | 323.35º | 0.97% | 0.89% | - |
| XYZ | 36.55 | 18.38 | 26.82 | - |
| YUV | 87.47 | 158.22 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 141 | 0 | 0.97 | 0.38 | 0.11 | 323.35 | 0.95 | 0.46 |
| Hex | E3 | 6 | 8D | 0 | 61 | 26 | B | 143 | 5F | 2E |
| Octal | 343 | 6 | 215 | 0 | 141 | 46 | 13 | 503 | 137 | 56 |
| Binary | 11100011 | 110 | 10001101 | 0 | 1100001 | 100110 | 1011 | 101000011 | 1011111 | 101110 |
Color Harmonies of #E3068D
Complementary color
Monochromatic Colors of #E3068D
Black with #E3068D
Text Example
Text Example
White with #E3068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3068D; }
p { color: rgb(227,6,141); }
H1.HeaderClassName
{
color: #E3068D;
}
.AnyTagClassName
{
color: #E3068D;
}
</style>
background-color css
<style>
a { background-color: #E3068D; }
a { background-color: rgb(227,6,141); }
div.DivClassName
{
background-color: #E3068D;
}
.BgClassName
{
background-color: #E3068D;
}
</style>
border-color css
<style>
span { border-color: #E3068D; }
span { border-color: rgb(227,6,141); }
td.TdClassName
{
border-color: #E3068D;
}
.TagClassName
{
border-color: #E3068D;
}
</style>