Shades of Hollywood Cerise #E2048B
Tints of Hollywood Cerise #E2048B
RGB
CMYK
RGB Variations
Color information
#E2048B (or 0xE2048B) is known color: Hollywood Cerise. HEX triplet: E2, 04 and 8B. RGB value is (226,4,139). Sum of RGB (Red+Green+Blue) = 226+4+139=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2048B is #1DFB74. Grayscale: #555555. Windows color (decimal): -1964917 or 9110754. OLE color: 9110754.
HSL color Cylindrical-coordinate representation of color #E2048B: hue angle of 323.51º 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 #E2048B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.11 |
| HSL | 323.51º | 0.97% | 0.45% | - |
| HSV(B) | 323.51º | 0.98% | 0.89% | - |
| XYZ | 36.07 | 18.12 | 26.02 | - |
| YUV | 85.77 | 158.05 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 139 | 0 | 0.98 | 0.38 | 0.11 | 323.51 | 0.97 | 0.45 |
| Hex | E2 | 4 | 8B | 0 | 62 | 26 | B | 144 | 61 | 2D |
| Octal | 342 | 4 | 213 | 0 | 142 | 46 | 13 | 504 | 141 | 55 |
| Binary | 11100010 | 100 | 10001011 | 0 | 1100010 | 100110 | 1011 | 101000100 | 1100001 | 101101 |
Color Harmonies of #E2048B
Complementary color
Monochromatic Colors of #E2048B
Black with #E2048B
Text Example
Text Example
White with #E2048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2048B; }
p { color: rgb(226,4,139); }
H1.HeaderClassName
{
color: #E2048B;
}
.AnyTagClassName
{
color: #E2048B;
}
</style>
background-color css
<style>
a { background-color: #E2048B; }
a { background-color: rgb(226,4,139); }
div.DivClassName
{
background-color: #E2048B;
}
.BgClassName
{
background-color: #E2048B;
}
</style>
border-color css
<style>
span { border-color: #E2048B; }
span { border-color: rgb(226,4,139); }
td.TdClassName
{
border-color: #E2048B;
}
.TagClassName
{
border-color: #E2048B;
}
</style>