Shades of Hollywood Cerise #E400B7
Tints of Hollywood Cerise #E400B7
RGB
CMYK
RGB Variations
Color information
#E400B7 (or 0xE400B7) is known color: Hollywood Cerise. HEX triplet: E4, 00 and B7. RGB value is (228,0,183). Sum of RGB (Red+Green+Blue) = 228+0+183=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E400B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400B7 is #1BFF48. Grayscale: #585858. Windows color (decimal): -1834825 or 11993316. OLE color: 11993316.
HSL color Cylindrical-coordinate representation of color #E400B7: hue angle of 311.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E400B7 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.20 | 0.11 |
| HSL | 311.84º | 1% | 0.45% | - |
| HSV(B) | 311.84º | 1% | 0.89% | - |
| XYZ | 40.54 | 19.91 | 46.51 | - |
| YUV | 89.03 | 181.04 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 183 | 0 | 1 | 0.20 | 0.11 | 311.84 | 1 | 0.45 |
| Hex | E4 | 0 | B7 | 0 | 64 | 14 | B | 138 | 64 | 2D |
| Octal | 344 | 0 | 267 | 0 | 144 | 24 | 13 | 470 | 144 | 55 |
| Binary | 11100100 | 0 | 10110111 | 0 | 1100100 | 10100 | 1011 | 100111000 | 1100100 | 101101 |
Color Harmonies of #E400B7
Complementary color
Monochromatic Colors of #E400B7
Black with #E400B7
Text Example
Text Example
White with #E400B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400B7; }
p { color: rgb(228,0,183); }
H1.HeaderClassName
{
color: #E400B7;
}
.AnyTagClassName
{
color: #E400B7;
}
</style>
background-color css
<style>
a { background-color: #E400B7; }
a { background-color: rgb(228,0,183); }
div.DivClassName
{
background-color: #E400B7;
}
.BgClassName
{
background-color: #E400B7;
}
</style>
border-color css
<style>
span { border-color: #E400B7; }
span { border-color: rgb(228,0,183); }
td.TdClassName
{
border-color: #E400B7;
}
.TagClassName
{
border-color: #E400B7;
}
</style>