Shades of Hollywood Cerise #E40384
Tints of Hollywood Cerise #E40384
RGB
CMYK
RGB Variations
Color information
#E40384 (or 0xE40384) is known color: Hollywood Cerise. HEX triplet: E4, 03 and 84. RGB value is (228,3,132). Sum of RGB (Red+Green+Blue) = 228+3+132=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E40384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40384 is #1BFC7B. Grayscale: #545454. Windows color (decimal): -1834108 or 8651748. OLE color: 8651748.
HSL color Cylindrical-coordinate representation of color #E40384: hue angle of 325.6º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40384 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.11 |
| HSL | 325.6º | 0.97% | 0.45% | - |
| HSV(B) | 325.6º | 0.99% | 0.89% | - |
| XYZ | 36.19 | 18.23 | 23.44 | - |
| YUV | 84.98 | 154.54 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 132 | 0 | 0.99 | 0.42 | 0.11 | 325.6 | 0.97 | 0.45 |
| Hex | E4 | 3 | 84 | 0 | 63 | 2A | B | 146 | 61 | 2D |
| Octal | 344 | 3 | 204 | 0 | 143 | 52 | 13 | 506 | 141 | 55 |
| Binary | 11100100 | 11 | 10000100 | 0 | 1100011 | 101010 | 1011 | 101000110 | 1100001 | 101101 |
Color Harmonies of #E40384
Complementary color
Monochromatic Colors of #E40384
Black with #E40384
Text Example
Text Example
White with #E40384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40384; }
p { color: rgb(228,3,132); }
H1.HeaderClassName
{
color: #E40384;
}
.AnyTagClassName
{
color: #E40384;
}
</style>
background-color css
<style>
a { background-color: #E40384; }
a { background-color: rgb(228,3,132); }
div.DivClassName
{
background-color: #E40384;
}
.BgClassName
{
background-color: #E40384;
}
</style>
border-color css
<style>
span { border-color: #E40384; }
span { border-color: rgb(228,3,132); }
td.TdClassName
{
border-color: #E40384;
}
.TagClassName
{
border-color: #E40384;
}
</style>