Shades of Hollywood Cerise #E3058D
Tints of Hollywood Cerise #E3058D
RGB
CMYK
RGB Variations
Color information
#E3058D (or 0xE3058D) is known color: Hollywood Cerise. HEX triplet: E3, 05 and 8D. RGB value is (227,5,141). Sum of RGB (Red+Green+Blue) = 227+5+141=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E3058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3058D is #1CFA72. Grayscale: #565656. Windows color (decimal): -1899123 or 9242083. OLE color: 9242083.
HSL color Cylindrical-coordinate representation of color #E3058D: hue angle of 323.24º 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 #E3058D is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.11 |
| HSL | 323.24º | 0.96% | 0.45% | - |
| HSV(B) | 323.24º | 0.98% | 0.89% | - |
| XYZ | 36.54 | 18.36 | 26.82 | - |
| YUV | 86.88 | 158.55 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 141 | 0 | 0.98 | 0.38 | 0.11 | 323.24 | 0.96 | 0.45 |
| Hex | E3 | 5 | 8D | 0 | 62 | 26 | B | 143 | 60 | 2D |
| Octal | 343 | 5 | 215 | 0 | 142 | 46 | 13 | 503 | 140 | 55 |
| Binary | 11100011 | 101 | 10001101 | 0 | 1100010 | 100110 | 1011 | 101000011 | 1100000 | 101101 |
Color Harmonies of #E3058D
Complementary color
Monochromatic Colors of #E3058D
Black with #E3058D
Text Example
Text Example
White with #E3058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3058D; }
p { color: rgb(227,5,141); }
H1.HeaderClassName
{
color: #E3058D;
}
.AnyTagClassName
{
color: #E3058D;
}
</style>
background-color css
<style>
a { background-color: #E3058D; }
a { background-color: rgb(227,5,141); }
div.DivClassName
{
background-color: #E3058D;
}
.BgClassName
{
background-color: #E3058D;
}
</style>
border-color css
<style>
span { border-color: #E3058D; }
span { border-color: rgb(227,5,141); }
td.TdClassName
{
border-color: #E3058D;
}
.TagClassName
{
border-color: #E3058D;
}
</style>