Shades of Hollywood Cerise #E6099F
Tints of Hollywood Cerise #E6099F
RGB
CMYK
RGB Variations
Color information
#E6099F (or 0xE6099F) is known color: Hollywood Cerise. HEX triplet: E6, 09 and 9F. RGB value is (230,9,159). Sum of RGB (Red+Green+Blue) = 230+9+159=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E6099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6099F is #19F660. Grayscale: #5B5B5B. Windows color (decimal): -1701473 or 10422758. OLE color: 10422758.
HSL color Cylindrical-coordinate representation of color #E6099F: hue angle of 319.28º 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 #E6099F is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.10 |
| HSL | 319.28º | 0.92% | 0.47% | - |
| HSV(B) | 319.28º | 0.96% | 0.9% | - |
| XYZ | 38.99 | 19.52 | 34.51 | - |
| YUV | 92.18 | 165.72 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 159 | 0 | 0.96 | 0.31 | 0.10 | 319.28 | 0.92 | 0.47 |
| Hex | E6 | 9 | 9F | 0 | 60 | 1F | A | 13F | 5C | 2F |
| Octal | 346 | 11 | 237 | 0 | 140 | 37 | 12 | 477 | 134 | 57 |
| Binary | 11100110 | 1001 | 10011111 | 0 | 1100000 | 11111 | 1010 | 100111111 | 1011100 | 101111 |
Color Harmonies of #E6099F
Complementary color
Monochromatic Colors of #E6099F
Black with #E6099F
Text Example
Text Example
White with #E6099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6099F; }
p { color: rgb(230,9,159); }
H1.HeaderClassName
{
color: #E6099F;
}
.AnyTagClassName
{
color: #E6099F;
}
</style>
background-color css
<style>
a { background-color: #E6099F; }
a { background-color: rgb(230,9,159); }
div.DivClassName
{
background-color: #E6099F;
}
.BgClassName
{
background-color: #E6099F;
}
</style>
border-color css
<style>
span { border-color: #E6099F; }
span { border-color: rgb(230,9,159); }
td.TdClassName
{
border-color: #E6099F;
}
.TagClassName
{
border-color: #E6099F;
}
</style>