Shades of Hollywood Cerise #E40FAD
Tints of Hollywood Cerise #E40FAD
RGB
CMYK
RGB Variations
Color information
#E40FAD (or 0xE40FAD) is known color: Hollywood Cerise. HEX triplet: E4, 0F and AD. RGB value is (228,15,173). Sum of RGB (Red+Green+Blue) = 228+15+173=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40FAD is #1BF052. Grayscale: #606060. Windows color (decimal): -1830995 or 11341796. OLE color: 11341796.
HSL color Cylindrical-coordinate representation of color #E40FAD: hue angle of 315.49º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40FAD is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 173 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.11 |
| HSL | 315.49º | 0.88% | 0.48% | - |
| HSV(B) | 315.49º | 0.93% | 0.89% | - |
| XYZ | 39.71 | 19.85 | 41.27 | - |
| YUV | 96.7 | 171.07 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 173 | 0 | 0.93 | 0.24 | 0.11 | 315.49 | 0.88 | 0.48 |
| Hex | E4 | F | AD | 0 | 5D | 18 | B | 13B | 58 | 30 |
| Octal | 344 | 17 | 255 | 0 | 135 | 30 | 13 | 473 | 130 | 60 |
| Binary | 11100100 | 1111 | 10101101 | 0 | 1011101 | 11000 | 1011 | 100111011 | 1011000 | 110000 |
Color Harmonies of #E40FAD
Complementary color
Monochromatic Colors of #E40FAD
Black with #E40FAD
Text Example
Text Example
White with #E40FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FAD; }
p { color: rgb(228,15,173); }
H1.HeaderClassName
{
color: #E40FAD;
}
.AnyTagClassName
{
color: #E40FAD;
}
</style>
background-color css
<style>
a { background-color: #E40FAD; }
a { background-color: rgb(228,15,173); }
div.DivClassName
{
background-color: #E40FAD;
}
.BgClassName
{
background-color: #E40FAD;
}
</style>
border-color css
<style>
span { border-color: #E40FAD; }
span { border-color: rgb(228,15,173); }
td.TdClassName
{
border-color: #E40FAD;
}
.TagClassName
{
border-color: #E40FAD;
}
</style>