Shades of Hollywood Cerise #E4068D
Tints of Hollywood Cerise #E4068D
RGB
CMYK
RGB Variations
Color information
#E4068D (or 0xE4068D) is known color: Hollywood Cerise. HEX triplet: E4, 06 and 8D. RGB value is (228,6,141). Sum of RGB (Red+Green+Blue) = 228+6+141=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E4068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4068D is #1BF972. Grayscale: #575757. Windows color (decimal): -1833331 or 9242340. OLE color: 9242340.
HSL color Cylindrical-coordinate representation of color #E4068D: hue angle of 323.51º 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 #E4068D is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.11 |
| HSL | 323.51º | 0.95% | 0.46% | - |
| HSV(B) | 323.51º | 0.97% | 0.89% | - |
| XYZ | 36.87 | 18.55 | 26.84 | - |
| YUV | 87.77 | 158.05 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 141 | 0 | 0.97 | 0.38 | 0.11 | 323.51 | 0.95 | 0.46 |
| Hex | E4 | 6 | 8D | 0 | 61 | 26 | B | 144 | 5F | 2E |
| Octal | 344 | 6 | 215 | 0 | 141 | 46 | 13 | 504 | 137 | 56 |
| Binary | 11100100 | 110 | 10001101 | 0 | 1100001 | 100110 | 1011 | 101000100 | 1011111 | 101110 |
Color Harmonies of #E4068D
Complementary color
Monochromatic Colors of #E4068D
Black with #E4068D
Text Example
Text Example
White with #E4068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4068D; }
p { color: rgb(228,6,141); }
H1.HeaderClassName
{
color: #E4068D;
}
.AnyTagClassName
{
color: #E4068D;
}
</style>
background-color css
<style>
a { background-color: #E4068D; }
a { background-color: rgb(228,6,141); }
div.DivClassName
{
background-color: #E4068D;
}
.BgClassName
{
background-color: #E4068D;
}
</style>
border-color css
<style>
span { border-color: #E4068D; }
span { border-color: rgb(228,6,141); }
td.TdClassName
{
border-color: #E4068D;
}
.TagClassName
{
border-color: #E4068D;
}
</style>