Shades of Hollywood Cerise #E405B5
Tints of Hollywood Cerise #E405B5
RGB
CMYK
RGB Variations
Color information
#E405B5 (or 0xE405B5) is known color: Hollywood Cerise. HEX triplet: E4, 05 and B5. RGB value is (228,5,181). Sum of RGB (Red+Green+Blue) = 228+5+181=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E405B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E405B5 is #1BFA4A. Grayscale: #5B5B5B. Windows color (decimal): -1833547 or 11863524. OLE color: 11863524.
HSL color Cylindrical-coordinate representation of color #E405B5: hue angle of 312.65º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E405B5 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 181 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.11 |
| HSL | 312.65º | 0.96% | 0.46% | - |
| HSV(B) | 312.65º | 0.98% | 0.89% | - |
| XYZ | 40.39 | 19.94 | 45.44 | - |
| YUV | 91.74 | 178.38 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 181 | 0 | 0.98 | 0.21 | 0.11 | 312.65 | 0.96 | 0.46 |
| Hex | E4 | 5 | B5 | 0 | 62 | 15 | B | 139 | 60 | 2E |
| Octal | 344 | 5 | 265 | 0 | 142 | 25 | 13 | 471 | 140 | 56 |
| Binary | 11100100 | 101 | 10110101 | 0 | 1100010 | 10101 | 1011 | 100111001 | 1100000 | 101110 |
Color Harmonies of #E405B5
Complementary color
Monochromatic Colors of #E405B5
Black with #E405B5
Text Example
Text Example
White with #E405B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405B5; }
p { color: rgb(228,5,181); }
H1.HeaderClassName
{
color: #E405B5;
}
.AnyTagClassName
{
color: #E405B5;
}
</style>
background-color css
<style>
a { background-color: #E405B5; }
a { background-color: rgb(228,5,181); }
div.DivClassName
{
background-color: #E405B5;
}
.BgClassName
{
background-color: #E405B5;
}
</style>
border-color css
<style>
span { border-color: #E405B5; }
span { border-color: rgb(228,5,181); }
td.TdClassName
{
border-color: #E405B5;
}
.TagClassName
{
border-color: #E405B5;
}
</style>