Shades of Hollywood Cerise #E6169F
Tints of Hollywood Cerise #E6169F
RGB
CMYK
RGB Variations
Color information
#E6169F (or 0xE6169F) is known color: Hollywood Cerise. HEX triplet: E6, 16 and 9F. RGB value is (230,22,159). Sum of RGB (Red+Green+Blue) = 230+22+159=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6169F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6169F is #19E960. Grayscale: #636363. Windows color (decimal): -1698145 or 10426086. OLE color: 10426086.
HSL color Cylindrical-coordinate representation of color #E6169F: hue angle of 320.48º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6169F is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 159 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.10 |
| HSL | 320.48º | 0.83% | 0.49% | - |
| HSV(B) | 320.48º | 0.9% | 0.9% | - |
| XYZ | 39.18 | 19.9 | 34.58 | - |
| YUV | 99.81 | 161.41 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 159 | 0 | 0.90 | 0.31 | 0.10 | 320.48 | 0.83 | 0.49 |
| Hex | E6 | 16 | 9F | 0 | 5A | 1F | A | 140 | 53 | 31 |
| Octal | 346 | 26 | 237 | 0 | 132 | 37 | 12 | 500 | 123 | 61 |
| Binary | 11100110 | 10110 | 10011111 | 0 | 1011010 | 11111 | 1010 | 101000000 | 1010011 | 110001 |
Color Harmonies of #E6169F
Complementary color
Monochromatic Colors of #E6169F
Black with #E6169F
Text Example
Text Example
White with #E6169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6169F; }
p { color: rgb(230,22,159); }
H1.HeaderClassName
{
color: #E6169F;
}
.AnyTagClassName
{
color: #E6169F;
}
</style>
background-color css
<style>
a { background-color: #E6169F; }
a { background-color: rgb(230,22,159); }
div.DivClassName
{
background-color: #E6169F;
}
.BgClassName
{
background-color: #E6169F;
}
</style>
border-color css
<style>
span { border-color: #E6169F; }
span { border-color: rgb(230,22,159); }
td.TdClassName
{
border-color: #E6169F;
}
.TagClassName
{
border-color: #E6169F;
}
</style>