Shades of Hollywood Cerise #E6099B
Tints of Hollywood Cerise #E6099B
RGB
CMYK
RGB Variations
Color information
#E6099B (or 0xE6099B) is known color: Hollywood Cerise. HEX triplet: E6, 09 and 9B. RGB value is (230,9,155). Sum of RGB (Red+Green+Blue) = 230+9+155=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6099B is #19F664. Grayscale: #5B5B5B. Windows color (decimal): -1701477 or 10160614. OLE color: 10160614.
HSL color Cylindrical-coordinate representation of color #E6099B: hue angle of 320.36º 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 #E6099B is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.10 |
| HSL | 320.36º | 0.92% | 0.47% | - |
| HSV(B) | 320.36º | 0.96% | 0.9% | - |
| XYZ | 38.65 | 19.38 | 32.72 | - |
| YUV | 91.72 | 163.72 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 155 | 0 | 0.96 | 0.33 | 0.10 | 320.36 | 0.92 | 0.47 |
| Hex | E6 | 9 | 9B | 0 | 60 | 21 | A | 140 | 5C | 2F |
| Octal | 346 | 11 | 233 | 0 | 140 | 41 | 12 | 500 | 134 | 57 |
| Binary | 11100110 | 1001 | 10011011 | 0 | 1100000 | 100001 | 1010 | 101000000 | 1011100 | 101111 |
Color Harmonies of #E6099B
Complementary color
Monochromatic Colors of #E6099B
Black with #E6099B
Text Example
Text Example
White with #E6099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6099B; }
p { color: rgb(230,9,155); }
H1.HeaderClassName
{
color: #E6099B;
}
.AnyTagClassName
{
color: #E6099B;
}
</style>
background-color css
<style>
a { background-color: #E6099B; }
a { background-color: rgb(230,9,155); }
div.DivClassName
{
background-color: #E6099B;
}
.BgClassName
{
background-color: #E6099B;
}
</style>
border-color css
<style>
span { border-color: #E6099B; }
span { border-color: rgb(230,9,155); }
td.TdClassName
{
border-color: #E6099B;
}
.TagClassName
{
border-color: #E6099B;
}
</style>