Shades of Hollywood Cerise #E6129B
Tints of Hollywood Cerise #E6129B
RGB
CMYK
RGB Variations
Color information
#E6129B (or 0xE6129B) is known color: Hollywood Cerise. HEX triplet: E6, 12 and 9B. RGB value is (230,18,155). Sum of RGB (Red+Green+Blue) = 230+18+155=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6129B is #19ED64. Grayscale: #606060. Windows color (decimal): -1699173 or 10162918. OLE color: 10162918.
HSL color Cylindrical-coordinate representation of color #E6129B: hue angle of 321.23º 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 #E6129B is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 155 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.10 |
| HSL | 321.23º | 0.85% | 0.49% | - |
| HSV(B) | 321.23º | 0.92% | 0.9% | - |
| XYZ | 38.77 | 19.62 | 32.75 | - |
| YUV | 97.01 | 160.74 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 155 | 0 | 0.92 | 0.33 | 0.10 | 321.23 | 0.85 | 0.49 |
| Hex | E6 | 12 | 9B | 0 | 5C | 21 | A | 141 | 55 | 31 |
| Octal | 346 | 22 | 233 | 0 | 134 | 41 | 12 | 501 | 125 | 61 |
| Binary | 11100110 | 10010 | 10011011 | 0 | 1011100 | 100001 | 1010 | 101000001 | 1010101 | 110001 |
Color Harmonies of #E6129B
Complementary color
Monochromatic Colors of #E6129B
Black with #E6129B
Text Example
Text Example
White with #E6129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6129B; }
p { color: rgb(230,18,155); }
H1.HeaderClassName
{
color: #E6129B;
}
.AnyTagClassName
{
color: #E6129B;
}
</style>
background-color css
<style>
a { background-color: #E6129B; }
a { background-color: rgb(230,18,155); }
div.DivClassName
{
background-color: #E6129B;
}
.BgClassName
{
background-color: #E6129B;
}
</style>
border-color css
<style>
span { border-color: #E6129B; }
span { border-color: rgb(230,18,155); }
td.TdClassName
{
border-color: #E6129B;
}
.TagClassName
{
border-color: #E6129B;
}
</style>