Shades of Hollywood Cerise #E0068D
Tints of Hollywood Cerise #E0068D
RGB
CMYK
RGB Variations
Color information
#E0068D (or 0xE0068D) is known color: Hollywood Cerise. HEX triplet: E0, 06 and 8D. RGB value is (224,6,141). Sum of RGB (Red+Green+Blue) = 224+6+141=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0068D is #1FF972. Grayscale: #565656. Windows color (decimal): -2095475 or 9242336. OLE color: 9242336.
HSL color Cylindrical-coordinate representation of color #E0068D: hue angle of 322.84º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0068D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.12 |
| HSL | 322.84º | 0.95% | 0.45% | - |
| HSV(B) | 322.84º | 0.97% | 0.88% | - |
| XYZ | 35.61 | 17.9 | 26.78 | - |
| YUV | 86.57 | 158.72 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 141 | 0 | 0.97 | 0.37 | 0.12 | 322.84 | 0.95 | 0.45 |
| Hex | E0 | 6 | 8D | 0 | 61 | 25 | C | 143 | 5F | 2D |
| Octal | 340 | 6 | 215 | 0 | 141 | 45 | 14 | 503 | 137 | 55 |
| Binary | 11100000 | 110 | 10001101 | 0 | 1100001 | 100101 | 1100 | 101000011 | 1011111 | 101101 |
Color Harmonies of #E0068D
Complementary color
Monochromatic Colors of #E0068D
Black with #E0068D
Text Example
Text Example
White with #E0068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0068D; }
p { color: rgb(224,6,141); }
H1.HeaderClassName
{
color: #E0068D;
}
.AnyTagClassName
{
color: #E0068D;
}
</style>
background-color css
<style>
a { background-color: #E0068D; }
a { background-color: rgb(224,6,141); }
div.DivClassName
{
background-color: #E0068D;
}
.BgClassName
{
background-color: #E0068D;
}
</style>
border-color css
<style>
span { border-color: #E0068D; }
span { border-color: rgb(224,6,141); }
td.TdClassName
{
border-color: #E0068D;
}
.TagClassName
{
border-color: #E0068D;
}
</style>