Shades of Hollywood Cerise #E6149B
Tints of Hollywood Cerise #E6149B
RGB
CMYK
RGB Variations
Color information
#E6149B (or 0xE6149B) is known color: Hollywood Cerise. HEX triplet: E6, 14 and 9B. RGB value is (230,20,155). Sum of RGB (Red+Green+Blue) = 230+20+155=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6149B is #19EB64. Grayscale: #616161. Windows color (decimal): -1698661 or 10163430. OLE color: 10163430.
HSL color Cylindrical-coordinate representation of color #E6149B: hue angle of 321.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6149B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 155 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.10 |
| HSL | 321.43º | 0.84% | 0.49% | - |
| HSV(B) | 321.43º | 0.91% | 0.9% | - |
| XYZ | 38.8 | 19.69 | 32.77 | - |
| YUV | 98.18 | 160.07 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 155 | 0 | 0.91 | 0.33 | 0.10 | 321.43 | 0.84 | 0.49 |
| Hex | E6 | 14 | 9B | 0 | 5B | 21 | A | 141 | 54 | 31 |
| Octal | 346 | 24 | 233 | 0 | 133 | 41 | 12 | 501 | 124 | 61 |
| Binary | 11100110 | 10100 | 10011011 | 0 | 1011011 | 100001 | 1010 | 101000001 | 1010100 | 110001 |
Color Harmonies of #E6149B
Complementary color
Monochromatic Colors of #E6149B
Black with #E6149B
Text Example
Text Example
White with #E6149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6149B; }
p { color: rgb(230,20,155); }
H1.HeaderClassName
{
color: #E6149B;
}
.AnyTagClassName
{
color: #E6149B;
}
</style>
background-color css
<style>
a { background-color: #E6149B; }
a { background-color: rgb(230,20,155); }
div.DivClassName
{
background-color: #E6149B;
}
.BgClassName
{
background-color: #E6149B;
}
</style>
border-color css
<style>
span { border-color: #E6149B; }
span { border-color: rgb(230,20,155); }
td.TdClassName
{
border-color: #E6149B;
}
.TagClassName
{
border-color: #E6149B;
}
</style>