Shades of Hollywood Cerise #E6129D
Tints of Hollywood Cerise #E6129D
RGB
CMYK
RGB Variations
Color information
#E6129D (or 0xE6129D) is known color: Hollywood Cerise. HEX triplet: E6, 12 and 9D. RGB value is (230,18,157). Sum of RGB (Red+Green+Blue) = 230+18+157=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6129D is #19ED62. Grayscale: #606060. Windows color (decimal): -1699171 or 10293990. OLE color: 10293990.
HSL color Cylindrical-coordinate representation of color #E6129D: hue angle of 320.66º 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 #E6129D is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 157 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.10 |
| HSL | 320.66º | 0.85% | 0.49% | - |
| HSV(B) | 320.66º | 0.92% | 0.9% | - |
| XYZ | 38.94 | 19.69 | 33.65 | - |
| YUV | 97.23 | 161.74 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 157 | 0 | 0.92 | 0.32 | 0.10 | 320.66 | 0.85 | 0.49 |
| Hex | E6 | 12 | 9D | 0 | 5C | 20 | A | 141 | 55 | 31 |
| Octal | 346 | 22 | 235 | 0 | 134 | 40 | 12 | 501 | 125 | 61 |
| Binary | 11100110 | 10010 | 10011101 | 0 | 1011100 | 100000 | 1010 | 101000001 | 1010101 | 110001 |
Color Harmonies of #E6129D
Complementary color
Monochromatic Colors of #E6129D
Black with #E6129D
Text Example
Text Example
White with #E6129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6129D; }
p { color: rgb(230,18,157); }
H1.HeaderClassName
{
color: #E6129D;
}
.AnyTagClassName
{
color: #E6129D;
}
</style>
background-color css
<style>
a { background-color: #E6129D; }
a { background-color: rgb(230,18,157); }
div.DivClassName
{
background-color: #E6129D;
}
.BgClassName
{
background-color: #E6129D;
}
</style>
border-color css
<style>
span { border-color: #E6129D; }
span { border-color: rgb(230,18,157); }
td.TdClassName
{
border-color: #E6129D;
}
.TagClassName
{
border-color: #E6129D;
}
</style>