Shades of Hollywood Cerise #E40385
Tints of Hollywood Cerise #E40385
RGB
CMYK
RGB Variations
Color information
#E40385 (or 0xE40385) is known color: Hollywood Cerise. HEX triplet: E4, 03 and 85. RGB value is (228,3,133). Sum of RGB (Red+Green+Blue) = 228+3+133=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E40385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40385 is #1BFC7A. Grayscale: #545454. Windows color (decimal): -1834107 or 8717284. OLE color: 8717284.
HSL color Cylindrical-coordinate representation of color #E40385: hue angle of 325.33º 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 #E40385 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.11 |
| HSL | 325.33º | 0.97% | 0.45% | - |
| HSV(B) | 325.33º | 0.99% | 0.89% | - |
| XYZ | 36.26 | 18.25 | 23.8 | - |
| YUV | 85.1 | 155.04 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 133 | 0 | 0.99 | 0.42 | 0.11 | 325.33 | 0.97 | 0.45 |
| Hex | E4 | 3 | 85 | 0 | 63 | 2A | B | 145 | 61 | 2D |
| Octal | 344 | 3 | 205 | 0 | 143 | 52 | 13 | 505 | 141 | 55 |
| Binary | 11100100 | 11 | 10000101 | 0 | 1100011 | 101010 | 1011 | 101000101 | 1100001 | 101101 |
Color Harmonies of #E40385
Complementary color
Monochromatic Colors of #E40385
Black with #E40385
Text Example
Text Example
White with #E40385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40385; }
p { color: rgb(228,3,133); }
H1.HeaderClassName
{
color: #E40385;
}
.AnyTagClassName
{
color: #E40385;
}
</style>
background-color css
<style>
a { background-color: #E40385; }
a { background-color: rgb(228,3,133); }
div.DivClassName
{
background-color: #E40385;
}
.BgClassName
{
background-color: #E40385;
}
</style>
border-color css
<style>
span { border-color: #E40385; }
span { border-color: rgb(228,3,133); }
td.TdClassName
{
border-color: #E40385;
}
.TagClassName
{
border-color: #E40385;
}
</style>