Shades of Hollywood Cerise #E3069B
Tints of Hollywood Cerise #E3069B
RGB
CMYK
RGB Variations
Color information
#E3069B (or 0xE3069B) is known color: Hollywood Cerise. HEX triplet: E3, 06 and 9B. RGB value is (227,6,155). Sum of RGB (Red+Green+Blue) = 227+6+155=388 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.51% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 227 - color contains mainly: red. Hex color #E3069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3069B is #1CF964. Grayscale: #585858. Windows color (decimal): -1898853 or 10159843. OLE color: 10159843.
HSL color Cylindrical-coordinate representation of color #E3069B: hue angle of 319.55º 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 #E3069B is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.11 |
| HSL | 319.55º | 0.95% | 0.46% | - |
| HSV(B) | 319.55º | 0.97% | 0.89% | - |
| XYZ | 37.66 | 18.83 | 32.66 | - |
| YUV | 89.07 | 165.22 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 155 | 0 | 0.97 | 0.32 | 0.11 | 319.55 | 0.95 | 0.46 |
| Hex | E3 | 6 | 9B | 0 | 61 | 20 | B | 140 | 5F | 2E |
| Octal | 343 | 6 | 233 | 0 | 141 | 40 | 13 | 500 | 137 | 56 |
| Binary | 11100011 | 110 | 10011011 | 0 | 1100001 | 100000 | 1011 | 101000000 | 1011111 | 101110 |
Color Harmonies of #E3069B
Complementary color
Monochromatic Colors of #E3069B
Black with #E3069B
Text Example
Text Example
White with #E3069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3069B; }
p { color: rgb(227,6,155); }
H1.HeaderClassName
{
color: #E3069B;
}
.AnyTagClassName
{
color: #E3069B;
}
</style>
background-color css
<style>
a { background-color: #E3069B; }
a { background-color: rgb(227,6,155); }
div.DivClassName
{
background-color: #E3069B;
}
.BgClassName
{
background-color: #E3069B;
}
</style>
border-color css
<style>
span { border-color: #E3069B; }
span { border-color: rgb(227,6,155); }
td.TdClassName
{
border-color: #E3069B;
}
.TagClassName
{
border-color: #E3069B;
}
</style>