Shades of Hollywood Cerise #E6189D
Tints of Hollywood Cerise #E6189D
RGB
CMYK
RGB Variations
Color information
#E6189D (or 0xE6189D) is known color: Hollywood Cerise. HEX triplet: E6, 18 and 9D. RGB value is (230,24,157). Sum of RGB (Red+Green+Blue) = 230+24+157=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6189D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6189D is #19E762. Grayscale: #646464. Windows color (decimal): -1697635 or 10295526. OLE color: 10295526.
HSL color Cylindrical-coordinate representation of color #E6189D: hue angle of 321.26º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6189D is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 157 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.10 |
| HSL | 321.26º | 0.81% | 0.5% | - |
| HSV(B) | 321.26º | 0.9% | 0.9% | - |
| XYZ | 39.05 | 19.91 | 33.68 | - |
| YUV | 100.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 157 | 0 | 0.90 | 0.32 | 0.10 | 321.26 | 0.81 | 0.5 |
| Hex | E6 | 18 | 9D | 0 | 5A | 20 | A | 141 | 51 | 32 |
| Octal | 346 | 30 | 235 | 0 | 132 | 40 | 12 | 501 | 121 | 62 |
| Binary | 11100110 | 11000 | 10011101 | 0 | 1011010 | 100000 | 1010 | 101000001 | 1010001 | 110010 |
Color Harmonies of #E6189D
Complementary color
Monochromatic Colors of #E6189D
Black with #E6189D
Text Example
Text Example
White with #E6189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6189D; }
p { color: rgb(230,24,157); }
H1.HeaderClassName
{
color: #E6189D;
}
.AnyTagClassName
{
color: #E6189D;
}
</style>
background-color css
<style>
a { background-color: #E6189D; }
a { background-color: rgb(230,24,157); }
div.DivClassName
{
background-color: #E6189D;
}
.BgClassName
{
background-color: #E6189D;
}
</style>
border-color css
<style>
span { border-color: #E6189D; }
span { border-color: rgb(230,24,157); }
td.TdClassName
{
border-color: #E6189D;
}
.TagClassName
{
border-color: #E6189D;
}
</style>