Shades of Hollywood Cerise #E0038D
Tints of Hollywood Cerise #E0038D
RGB
CMYK
RGB Variations
Color information
#E0038D (or 0xE0038D) is known color: Hollywood Cerise. HEX triplet: E0, 03 and 8D. RGB value is (224,3,141). Sum of RGB (Red+Green+Blue) = 224+3+141=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0038D is #1FFC72. Grayscale: #545454. Windows color (decimal): -2096243 or 9241568. OLE color: 9241568.
HSL color Cylindrical-coordinate representation of color #E0038D: hue angle of 322.53º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0038D is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.12 |
| HSL | 322.53º | 0.97% | 0.45% | - |
| HSV(B) | 322.53º | 0.99% | 0.88% | - |
| XYZ | 35.58 | 17.84 | 26.77 | - |
| YUV | 84.81 | 159.72 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 141 | 0 | 0.99 | 0.37 | 0.12 | 322.53 | 0.97 | 0.45 |
| Hex | E0 | 3 | 8D | 0 | 63 | 25 | C | 143 | 61 | 2D |
| Octal | 340 | 3 | 215 | 0 | 143 | 45 | 14 | 503 | 141 | 55 |
| Binary | 11100000 | 11 | 10001101 | 0 | 1100011 | 100101 | 1100 | 101000011 | 1100001 | 101101 |
Color Harmonies of #E0038D
Complementary color
Monochromatic Colors of #E0038D
Black with #E0038D
Text Example
Text Example
White with #E0038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0038D; }
p { color: rgb(224,3,141); }
H1.HeaderClassName
{
color: #E0038D;
}
.AnyTagClassName
{
color: #E0038D;
}
</style>
background-color css
<style>
a { background-color: #E0038D; }
a { background-color: rgb(224,3,141); }
div.DivClassName
{
background-color: #E0038D;
}
.BgClassName
{
background-color: #E0038D;
}
</style>
border-color css
<style>
span { border-color: #E0038D; }
span { border-color: rgb(224,3,141); }
td.TdClassName
{
border-color: #E0038D;
}
.TagClassName
{
border-color: #E0038D;
}
</style>