Shades of Hollywood Cerise #E6078D
Tints of Hollywood Cerise #E6078D
RGB
CMYK
RGB Variations
Color information
#E6078D (or 0xE6078D) is known color: Hollywood Cerise. HEX triplet: E6, 07 and 8D. RGB value is (230,7,141). Sum of RGB (Red+Green+Blue) = 230+7+141=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E6078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6078D is #19F872. Grayscale: #585858. Windows color (decimal): -1702003 or 9242598. OLE color: 9242598.
HSL color Cylindrical-coordinate representation of color #E6078D: hue angle of 323.95º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6078D is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.10 |
| HSL | 323.95º | 0.94% | 0.46% | - |
| HSV(B) | 323.95º | 0.97% | 0.9% | - |
| XYZ | 37.52 | 18.9 | 26.87 | - |
| YUV | 88.95 | 157.38 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 141 | 0 | 0.97 | 0.39 | 0.10 | 323.95 | 0.94 | 0.46 |
| Hex | E6 | 7 | 8D | 0 | 61 | 27 | A | 144 | 5E | 2E |
| Octal | 346 | 7 | 215 | 0 | 141 | 47 | 12 | 504 | 136 | 56 |
| Binary | 11100110 | 111 | 10001101 | 0 | 1100001 | 100111 | 1010 | 101000100 | 1011110 | 101110 |
Color Harmonies of #E6078D
Complementary color
Monochromatic Colors of #E6078D
Black with #E6078D
Text Example
Text Example
White with #E6078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6078D; }
p { color: rgb(230,7,141); }
H1.HeaderClassName
{
color: #E6078D;
}
.AnyTagClassName
{
color: #E6078D;
}
</style>
background-color css
<style>
a { background-color: #E6078D; }
a { background-color: rgb(230,7,141); }
div.DivClassName
{
background-color: #E6078D;
}
.BgClassName
{
background-color: #E6078D;
}
</style>
border-color css
<style>
span { border-color: #E6078D; }
span { border-color: rgb(230,7,141); }
td.TdClassName
{
border-color: #E6078D;
}
.TagClassName
{
border-color: #E6078D;
}
</style>