Shades of Hollywood Cerise #E6129E
Tints of Hollywood Cerise #E6129E
RGB
CMYK
RGB Variations
Color information
#E6129E (or 0xE6129E) is known color: Hollywood Cerise. HEX triplet: E6, 12 and 9E. RGB value is (230,18,158). Sum of RGB (Red+Green+Blue) = 230+18+158=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6129E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6129E is #19ED61. Grayscale: #616161. Windows color (decimal): -1699170 or 10359526. OLE color: 10359526.
HSL color Cylindrical-coordinate representation of color #E6129E: hue angle of 320.38º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6129E is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 158 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.10 |
| HSL | 320.38º | 0.85% | 0.49% | - |
| HSV(B) | 320.38º | 0.92% | 0.9% | - |
| XYZ | 39.02 | 19.72 | 34.1 | - |
| YUV | 97.35 | 162.24 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 158 | 0 | 0.92 | 0.31 | 0.10 | 320.38 | 0.85 | 0.49 |
| Hex | E6 | 12 | 9E | 0 | 5C | 1F | A | 140 | 55 | 31 |
| Octal | 346 | 22 | 236 | 0 | 134 | 37 | 12 | 500 | 125 | 61 |
| Binary | 11100110 | 10010 | 10011110 | 0 | 1011100 | 11111 | 1010 | 101000000 | 1010101 | 110001 |
Color Harmonies of #E6129E
Complementary color
Monochromatic Colors of #E6129E
Black with #E6129E
Text Example
Text Example
White with #E6129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6129E; }
p { color: rgb(230,18,158); }
H1.HeaderClassName
{
color: #E6129E;
}
.AnyTagClassName
{
color: #E6129E;
}
</style>
background-color css
<style>
a { background-color: #E6129E; }
a { background-color: rgb(230,18,158); }
div.DivClassName
{
background-color: #E6129E;
}
.BgClassName
{
background-color: #E6129E;
}
</style>
border-color css
<style>
span { border-color: #E6129E; }
span { border-color: rgb(230,18,158); }
td.TdClassName
{
border-color: #E6129E;
}
.TagClassName
{
border-color: #E6129E;
}
</style>