Shades of Hollywood Cerise #E004B3
Tints of Hollywood Cerise #E004B3
RGB
CMYK
RGB Variations
Color information
#E004B3 (or 0xE004B3) is known color: Hollywood Cerise. HEX triplet: E0, 04 and B3. RGB value is (224,4,179). Sum of RGB (Red+Green+Blue) = 224+4+179=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E004B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004B3 is #1FFB4C. Grayscale: #595959. Windows color (decimal): -2095949 or 11732192. OLE color: 11732192.
HSL color Cylindrical-coordinate representation of color #E004B3: hue angle of 312.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004B3 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 179 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.12 |
| HSL | 312.27º | 0.96% | 0.45% | - |
| HSV(B) | 312.27º | 0.98% | 0.88% | - |
| XYZ | 38.92 | 19.19 | 44.3 | - |
| YUV | 89.73 | 178.39 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 179 | 0 | 0.98 | 0.20 | 0.12 | 312.27 | 0.96 | 0.45 |
| Hex | E0 | 4 | B3 | 0 | 62 | 14 | C | 138 | 60 | 2D |
| Octal | 340 | 4 | 263 | 0 | 142 | 24 | 14 | 470 | 140 | 55 |
| Binary | 11100000 | 100 | 10110011 | 0 | 1100010 | 10100 | 1100 | 100111000 | 1100000 | 101101 |
Color Harmonies of #E004B3
Complementary color
Monochromatic Colors of #E004B3
Black with #E004B3
Text Example
Text Example
White with #E004B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004B3; }
p { color: rgb(224,4,179); }
H1.HeaderClassName
{
color: #E004B3;
}
.AnyTagClassName
{
color: #E004B3;
}
</style>
background-color css
<style>
a { background-color: #E004B3; }
a { background-color: rgb(224,4,179); }
div.DivClassName
{
background-color: #E004B3;
}
.BgClassName
{
background-color: #E004B3;
}
</style>
border-color css
<style>
span { border-color: #E004B3; }
span { border-color: rgb(224,4,179); }
td.TdClassName
{
border-color: #E004B3;
}
.TagClassName
{
border-color: #E004B3;
}
</style>