Shades of Hollywood Cerise #E6019B
Tints of Hollywood Cerise #E6019B
RGB
CMYK
RGB Variations
Color information
#E6019B (or 0xE6019B) is known color: Hollywood Cerise. HEX triplet: E6, 01 and 9B. RGB value is (230,1,155). Sum of RGB (Red+Green+Blue) = 230+1+155=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6019B is #19FE64. Grayscale: #565656. Windows color (decimal): -1703525 or 10158566. OLE color: 10158566.
HSL color Cylindrical-coordinate representation of color #E6019B: hue angle of 319.65º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6019B is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.10 |
| HSL | 319.65º | 0.99% | 0.45% | - |
| HSV(B) | 319.65º | 1% | 0.9% | - |
| XYZ | 38.56 | 19.21 | 32.69 | - |
| YUV | 87.03 | 166.37 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 155 | 0 | 1.00 | 0.33 | 0.10 | 319.65 | 0.99 | 0.45 |
| Hex | E6 | 1 | 9B | 0 | 64 | 21 | A | 140 | 63 | 2D |
| Octal | 346 | 1 | 233 | 0 | 144 | 41 | 12 | 500 | 143 | 55 |
| Binary | 11100110 | 1 | 10011011 | 0 | 1100100 | 100001 | 1010 | 101000000 | 1100011 | 101101 |
Color Harmonies of #E6019B
Complementary color
Monochromatic Colors of #E6019B
Black with #E6019B
Text Example
Text Example
White with #E6019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6019B; }
p { color: rgb(230,1,155); }
H1.HeaderClassName
{
color: #E6019B;
}
.AnyTagClassName
{
color: #E6019B;
}
</style>
background-color css
<style>
a { background-color: #E6019B; }
a { background-color: rgb(230,1,155); }
div.DivClassName
{
background-color: #E6019B;
}
.BgClassName
{
background-color: #E6019B;
}
</style>
border-color css
<style>
span { border-color: #E6019B; }
span { border-color: rgb(230,1,155); }
td.TdClassName
{
border-color: #E6019B;
}
.TagClassName
{
border-color: #E6019B;
}
</style>