Shades of Hollywood Cerise #E6099E
Tints of Hollywood Cerise #E6099E
RGB
CMYK
RGB Variations
Color information
#E6099E (or 0xE6099E) is known color: Hollywood Cerise. HEX triplet: E6, 09 and 9E. RGB value is (230,9,158). Sum of RGB (Red+Green+Blue) = 230+9+158=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E6099E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6099E is #19F661. Grayscale: #5B5B5B. Windows color (decimal): -1701474 or 10357222. OLE color: 10357222.
HSL color Cylindrical-coordinate representation of color #E6099E: hue angle of 319.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6099E is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 158 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.10 |
| HSL | 319.55º | 0.92% | 0.47% | - |
| HSV(B) | 319.55º | 0.96% | 0.9% | - |
| XYZ | 38.9 | 19.49 | 34.06 | - |
| YUV | 92.07 | 165.22 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 158 | 0 | 0.96 | 0.31 | 0.10 | 319.55 | 0.92 | 0.47 |
| Hex | E6 | 9 | 9E | 0 | 60 | 1F | A | 140 | 5C | 2F |
| Octal | 346 | 11 | 236 | 0 | 140 | 37 | 12 | 500 | 134 | 57 |
| Binary | 11100110 | 1001 | 10011110 | 0 | 1100000 | 11111 | 1010 | 101000000 | 1011100 | 101111 |
Color Harmonies of #E6099E
Complementary color
Monochromatic Colors of #E6099E
Black with #E6099E
Text Example
Text Example
White with #E6099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6099E; }
p { color: rgb(230,9,158); }
H1.HeaderClassName
{
color: #E6099E;
}
.AnyTagClassName
{
color: #E6099E;
}
</style>
background-color css
<style>
a { background-color: #E6099E; }
a { background-color: rgb(230,9,158); }
div.DivClassName
{
background-color: #E6099E;
}
.BgClassName
{
background-color: #E6099E;
}
</style>
border-color css
<style>
span { border-color: #E6099E; }
span { border-color: rgb(230,9,158); }
td.TdClassName
{
border-color: #E6099E;
}
.TagClassName
{
border-color: #E6099E;
}
</style>