Shades of Hollywood Cerise #E3069D
Tints of Hollywood Cerise #E3069D
RGB
CMYK
RGB Variations
Color information
#E3069D (or 0xE3069D) is known color: Hollywood Cerise. HEX triplet: E3, 06 and 9D. RGB value is (227,6,157). Sum of RGB (Red+Green+Blue) = 227+6+157=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E3069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3069D is #1CF962. Grayscale: #585858. Windows color (decimal): -1898851 or 10290915. OLE color: 10290915.
HSL color Cylindrical-coordinate representation of color #E3069D: hue angle of 319º 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 #E3069D is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.11 |
| HSL | 319º | 0.95% | 0.46% | - |
| HSV(B) | 319º | 0.97% | 0.89% | - |
| XYZ | 37.83 | 18.9 | 33.55 | - |
| YUV | 89.29 | 166.22 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 157 | 0 | 0.97 | 0.31 | 0.11 | 319 | 0.95 | 0.46 |
| Hex | E3 | 6 | 9D | 0 | 61 | 1F | B | 13F | 5F | 2E |
| Octal | 343 | 6 | 235 | 0 | 141 | 37 | 13 | 477 | 137 | 56 |
| Binary | 11100011 | 110 | 10011101 | 0 | 1100001 | 11111 | 1011 | 100111111 | 1011111 | 101110 |
Color Harmonies of #E3069D
Complementary color
Monochromatic Colors of #E3069D
Black with #E3069D
Text Example
Text Example
White with #E3069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3069D; }
p { color: rgb(227,6,157); }
H1.HeaderClassName
{
color: #E3069D;
}
.AnyTagClassName
{
color: #E3069D;
}
</style>
background-color css
<style>
a { background-color: #E3069D; }
a { background-color: rgb(227,6,157); }
div.DivClassName
{
background-color: #E3069D;
}
.BgClassName
{
background-color: #E3069D;
}
</style>
border-color css
<style>
span { border-color: #E3069D; }
span { border-color: rgb(227,6,157); }
td.TdClassName
{
border-color: #E3069D;
}
.TagClassName
{
border-color: #E3069D;
}
</style>