Shades of Hollywood Cerise #E6079A
Tints of Hollywood Cerise #E6079A
RGB
CMYK
RGB Variations
Color information
#E6079A (or 0xE6079A) is known color: Hollywood Cerise. HEX triplet: E6, 07 and 9A. RGB value is (230,7,154). Sum of RGB (Red+Green+Blue) = 230+7+154=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6079A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6079A is #19F865. Grayscale: #5A5A5A. Windows color (decimal): -1701990 or 10094566. OLE color: 10094566.
HSL color Cylindrical-coordinate representation of color #E6079A: hue angle of 320.45º 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 #E6079A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.10 |
| HSL | 320.45º | 0.94% | 0.46% | - |
| HSV(B) | 320.45º | 0.97% | 0.9% | - |
| XYZ | 38.54 | 19.31 | 32.27 | - |
| YUV | 90.44 | 163.88 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 154 | 0 | 0.97 | 0.33 | 0.10 | 320.45 | 0.94 | 0.46 |
| Hex | E6 | 7 | 9A | 0 | 61 | 21 | A | 140 | 5E | 2E |
| Octal | 346 | 7 | 232 | 0 | 141 | 41 | 12 | 500 | 136 | 56 |
| Binary | 11100110 | 111 | 10011010 | 0 | 1100001 | 100001 | 1010 | 101000000 | 1011110 | 101110 |
Color Harmonies of #E6079A
Complementary color
Monochromatic Colors of #E6079A
Black with #E6079A
Text Example
Text Example
White with #E6079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6079A; }
p { color: rgb(230,7,154); }
H1.HeaderClassName
{
color: #E6079A;
}
.AnyTagClassName
{
color: #E6079A;
}
</style>
background-color css
<style>
a { background-color: #E6079A; }
a { background-color: rgb(230,7,154); }
div.DivClassName
{
background-color: #E6079A;
}
.BgClassName
{
background-color: #E6079A;
}
</style>
border-color css
<style>
span { border-color: #E6079A; }
span { border-color: rgb(230,7,154); }
td.TdClassName
{
border-color: #E6079A;
}
.TagClassName
{
border-color: #E6079A;
}
</style>