Shades of Hollywood Cerise #E4069D
Tints of Hollywood Cerise #E4069D
RGB
CMYK
RGB Variations
Color information
#E4069D (or 0xE4069D) is known color: Hollywood Cerise. HEX triplet: E4, 06 and 9D. RGB value is (228,6,157). Sum of RGB (Red+Green+Blue) = 228+6+157=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E4069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4069D is #1BF962. Grayscale: #595959. Windows color (decimal): -1833315 or 10290916. OLE color: 10290916.
HSL color Cylindrical-coordinate representation of color #E4069D: hue angle of 319.19º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4069D is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.11 |
| HSL | 319.19º | 0.95% | 0.46% | - |
| HSV(B) | 319.19º | 0.97% | 0.89% | - |
| XYZ | 38.15 | 19.06 | 33.57 | - |
| YUV | 89.59 | 166.05 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 157 | 0 | 0.97 | 0.31 | 0.11 | 319.19 | 0.95 | 0.46 |
| Hex | E4 | 6 | 9D | 0 | 61 | 1F | B | 13F | 5F | 2E |
| Octal | 344 | 6 | 235 | 0 | 141 | 37 | 13 | 477 | 137 | 56 |
| Binary | 11100100 | 110 | 10011101 | 0 | 1100001 | 11111 | 1011 | 100111111 | 1011111 | 101110 |
Color Harmonies of #E4069D
Complementary color
Monochromatic Colors of #E4069D
Black with #E4069D
Text Example
Text Example
White with #E4069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4069D; }
p { color: rgb(228,6,157); }
H1.HeaderClassName
{
color: #E4069D;
}
.AnyTagClassName
{
color: #E4069D;
}
</style>
background-color css
<style>
a { background-color: #E4069D; }
a { background-color: rgb(228,6,157); }
div.DivClassName
{
background-color: #E4069D;
}
.BgClassName
{
background-color: #E4069D;
}
</style>
border-color css
<style>
span { border-color: #E4069D; }
span { border-color: rgb(228,6,157); }
td.TdClassName
{
border-color: #E4069D;
}
.TagClassName
{
border-color: #E4069D;
}
</style>