Shades of Hollywood Cerise #E3048C
Tints of Hollywood Cerise #E3048C
RGB
CMYK
RGB Variations
Color information
#E3048C (or 0xE3048C) is known color: Hollywood Cerise. HEX triplet: E3, 04 and 8C. RGB value is (227,4,140). Sum of RGB (Red+Green+Blue) = 227+4+140=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E3048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3048C is #1CFB73. Grayscale: #555555. Windows color (decimal): -1899380 or 9176291. OLE color: 9176291.
HSL color Cylindrical-coordinate representation of color #E3048C: hue angle of 323.41º degrees, saturation: 0.97, 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 #E3048C is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.11 |
| HSL | 323.41º | 0.97% | 0.45% | - |
| HSV(B) | 323.41º | 0.98% | 0.89% | - |
| XYZ | 36.46 | 18.31 | 26.42 | - |
| YUV | 86.18 | 158.38 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 140 | 0 | 0.98 | 0.38 | 0.11 | 323.41 | 0.97 | 0.45 |
| Hex | E3 | 4 | 8C | 0 | 62 | 26 | B | 143 | 61 | 2D |
| Octal | 343 | 4 | 214 | 0 | 142 | 46 | 13 | 503 | 141 | 55 |
| Binary | 11100011 | 100 | 10001100 | 0 | 1100010 | 100110 | 1011 | 101000011 | 1100001 | 101101 |
Color Harmonies of #E3048C
Complementary color
Monochromatic Colors of #E3048C
Black with #E3048C
Text Example
Text Example
White with #E3048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3048C; }
p { color: rgb(227,4,140); }
H1.HeaderClassName
{
color: #E3048C;
}
.AnyTagClassName
{
color: #E3048C;
}
</style>
background-color css
<style>
a { background-color: #E3048C; }
a { background-color: rgb(227,4,140); }
div.DivClassName
{
background-color: #E3048C;
}
.BgClassName
{
background-color: #E3048C;
}
</style>
border-color css
<style>
span { border-color: #E3048C; }
span { border-color: rgb(227,4,140); }
td.TdClassName
{
border-color: #E3048C;
}
.TagClassName
{
border-color: #E3048C;
}
</style>