Shades of Hollywood Cerise #E609AB
Tints of Hollywood Cerise #E609AB
RGB
CMYK
RGB Variations
Color information
#E609AB (or 0xE609AB) is known color: Hollywood Cerise. HEX triplet: E6, 09 and AB. RGB value is (230,9,171). Sum of RGB (Red+Green+Blue) = 230+9+171=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E609AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E609AB is #19F654. Grayscale: #5D5D5D. Windows color (decimal): -1701461 or 11209190. OLE color: 11209190.
HSL color Cylindrical-coordinate representation of color #E609AB: hue angle of 316.02º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E609AB is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.10 |
| HSL | 316.02º | 0.92% | 0.47% | - |
| HSV(B) | 316.02º | 0.96% | 0.9% | - |
| XYZ | 40.08 | 19.96 | 40.27 | - |
| YUV | 93.55 | 171.72 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 171 | 0 | 0.96 | 0.26 | 0.10 | 316.02 | 0.92 | 0.47 |
| Hex | E6 | 9 | AB | 0 | 60 | 1A | A | 13C | 5C | 2F |
| Octal | 346 | 11 | 253 | 0 | 140 | 32 | 12 | 474 | 134 | 57 |
| Binary | 11100110 | 1001 | 10101011 | 0 | 1100000 | 11010 | 1010 | 100111100 | 1011100 | 101111 |
Color Harmonies of #E609AB
Complementary color
Monochromatic Colors of #E609AB
Black with #E609AB
Text Example
Text Example
White with #E609AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E609AB; }
p { color: rgb(230,9,171); }
H1.HeaderClassName
{
color: #E609AB;
}
.AnyTagClassName
{
color: #E609AB;
}
</style>
background-color css
<style>
a { background-color: #E609AB; }
a { background-color: rgb(230,9,171); }
div.DivClassName
{
background-color: #E609AB;
}
.BgClassName
{
background-color: #E609AB;
}
</style>
border-color css
<style>
span { border-color: #E609AB; }
span { border-color: rgb(230,9,171); }
td.TdClassName
{
border-color: #E609AB;
}
.TagClassName
{
border-color: #E609AB;
}
</style>