Shades of Hollywood Cerise #E6129C
Tints of Hollywood Cerise #E6129C
RGB
CMYK
RGB Variations
Color information
#E6129C (or 0xE6129C) is known color: Hollywood Cerise. HEX triplet: E6, 12 and 9C. RGB value is (230,18,156). Sum of RGB (Red+Green+Blue) = 230+18+156=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E6129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6129C is #19ED63. Grayscale: #606060. Windows color (decimal): -1699172 or 10228454. OLE color: 10228454.
HSL color Cylindrical-coordinate representation of color #E6129C: hue angle of 320.94º 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 #E6129C is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 156 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.10 |
| HSL | 320.94º | 0.85% | 0.49% | - |
| HSV(B) | 320.94º | 0.92% | 0.9% | - |
| XYZ | 38.85 | 19.66 | 33.2 | - |
| YUV | 97.12 | 161.24 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 156 | 0 | 0.92 | 0.32 | 0.10 | 320.94 | 0.85 | 0.49 |
| Hex | E6 | 12 | 9C | 0 | 5C | 20 | A | 141 | 55 | 31 |
| Octal | 346 | 22 | 234 | 0 | 134 | 40 | 12 | 501 | 125 | 61 |
| Binary | 11100110 | 10010 | 10011100 | 0 | 1011100 | 100000 | 1010 | 101000001 | 1010101 | 110001 |
Color Harmonies of #E6129C
Complementary color
Monochromatic Colors of #E6129C
Black with #E6129C
Text Example
Text Example
White with #E6129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6129C; }
p { color: rgb(230,18,156); }
H1.HeaderClassName
{
color: #E6129C;
}
.AnyTagClassName
{
color: #E6129C;
}
</style>
background-color css
<style>
a { background-color: #E6129C; }
a { background-color: rgb(230,18,156); }
div.DivClassName
{
background-color: #E6129C;
}
.BgClassName
{
background-color: #E6129C;
}
</style>
border-color css
<style>
span { border-color: #E6129C; }
span { border-color: rgb(230,18,156); }
td.TdClassName
{
border-color: #E6129C;
}
.TagClassName
{
border-color: #E6129C;
}
</style>