Shades of Hollywood Cerise #E6089B
Tints of Hollywood Cerise #E6089B
RGB
CMYK
RGB Variations
Color information
#E6089B (or 0xE6089B) is known color: Hollywood Cerise. HEX triplet: E6, 08 and 9B. RGB value is (230,8,155). Sum of RGB (Red+Green+Blue) = 230+8+155=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6089B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6089B is #19F764. Grayscale: #5A5A5A. Windows color (decimal): -1701733 or 10160358. OLE color: 10160358.
HSL color Cylindrical-coordinate representation of color #E6089B: hue angle of 320.27º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6089B is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 155 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.10 |
| HSL | 320.27º | 0.93% | 0.47% | - |
| HSV(B) | 320.27º | 0.97% | 0.9% | - |
| XYZ | 38.64 | 19.36 | 32.71 | - |
| YUV | 91.14 | 164.05 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 155 | 0 | 0.97 | 0.33 | 0.10 | 320.27 | 0.93 | 0.47 |
| Hex | E6 | 8 | 9B | 0 | 61 | 21 | A | 140 | 5D | 2F |
| Octal | 346 | 10 | 233 | 0 | 141 | 41 | 12 | 500 | 135 | 57 |
| Binary | 11100110 | 1000 | 10011011 | 0 | 1100001 | 100001 | 1010 | 101000000 | 1011101 | 101111 |
Color Harmonies of #E6089B
Complementary color
Monochromatic Colors of #E6089B
Black with #E6089B
Text Example
Text Example
White with #E6089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6089B; }
p { color: rgb(230,8,155); }
H1.HeaderClassName
{
color: #E6089B;
}
.AnyTagClassName
{
color: #E6089B;
}
</style>
background-color css
<style>
a { background-color: #E6089B; }
a { background-color: rgb(230,8,155); }
div.DivClassName
{
background-color: #E6089B;
}
.BgClassName
{
background-color: #E6089B;
}
</style>
border-color css
<style>
span { border-color: #E6089B; }
span { border-color: rgb(230,8,155); }
td.TdClassName
{
border-color: #E6089B;
}
.TagClassName
{
border-color: #E6089B;
}
</style>