Shades of Hollywood Cerise #E3059B
Tints of Hollywood Cerise #E3059B
RGB
CMYK
RGB Variations
Color information
#E3059B (or 0xE3059B) is known color: Hollywood Cerise. HEX triplet: E3, 05 and 9B. RGB value is (227,5,155). Sum of RGB (Red+Green+Blue) = 227+5+155=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E3059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3059B is #1CFA64. Grayscale: #585858. Windows color (decimal): -1899109 or 10159587. OLE color: 10159587.
HSL color Cylindrical-coordinate representation of color #E3059B: hue angle of 319.46º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3059B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.11 |
| HSL | 319.46º | 0.96% | 0.45% | - |
| HSV(B) | 319.46º | 0.98% | 0.89% | - |
| XYZ | 37.65 | 18.81 | 32.66 | - |
| YUV | 88.48 | 165.55 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 155 | 0 | 0.98 | 0.32 | 0.11 | 319.46 | 0.96 | 0.45 |
| Hex | E3 | 5 | 9B | 0 | 62 | 20 | B | 13F | 60 | 2D |
| Octal | 343 | 5 | 233 | 0 | 142 | 40 | 13 | 477 | 140 | 55 |
| Binary | 11100011 | 101 | 10011011 | 0 | 1100010 | 100000 | 1011 | 100111111 | 1100000 | 101101 |
Color Harmonies of #E3059B
Complementary color
Monochromatic Colors of #E3059B
Black with #E3059B
Text Example
Text Example
White with #E3059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3059B; }
p { color: rgb(227,5,155); }
H1.HeaderClassName
{
color: #E3059B;
}
.AnyTagClassName
{
color: #E3059B;
}
</style>
background-color css
<style>
a { background-color: #E3059B; }
a { background-color: rgb(227,5,155); }
div.DivClassName
{
background-color: #E3059B;
}
.BgClassName
{
background-color: #E3059B;
}
</style>
border-color css
<style>
span { border-color: #E3059B; }
span { border-color: rgb(227,5,155); }
td.TdClassName
{
border-color: #E3059B;
}
.TagClassName
{
border-color: #E3059B;
}
</style>