Shades of Hollywood Cerise #E607AB
Tints of Hollywood Cerise #E607AB
RGB
CMYK
RGB Variations
Color information
#E607AB (or 0xE607AB) is known color: Hollywood Cerise. HEX triplet: E6, 07 and AB. RGB value is (230,7,171). Sum of RGB (Red+Green+Blue) = 230+7+171=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E607AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E607AB is #19F854. Grayscale: #5B5B5B. Windows color (decimal): -1701973 or 11208678. OLE color: 11208678.
HSL color Cylindrical-coordinate representation of color #E607AB: hue angle of 315.87º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E607AB is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 171 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.10 |
| HSL | 315.87º | 0.94% | 0.46% | - |
| HSV(B) | 315.87º | 0.97% | 0.9% | - |
| XYZ | 40.06 | 19.92 | 40.26 | - |
| YUV | 92.37 | 172.38 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 171 | 0 | 0.97 | 0.26 | 0.10 | 315.87 | 0.94 | 0.46 |
| Hex | E6 | 7 | AB | 0 | 61 | 1A | A | 13C | 5E | 2E |
| Octal | 346 | 7 | 253 | 0 | 141 | 32 | 12 | 474 | 136 | 56 |
| Binary | 11100110 | 111 | 10101011 | 0 | 1100001 | 11010 | 1010 | 100111100 | 1011110 | 101110 |
Color Harmonies of #E607AB
Complementary color
Monochromatic Colors of #E607AB
Black with #E607AB
Text Example
Text Example
White with #E607AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E607AB; }
p { color: rgb(230,7,171); }
H1.HeaderClassName
{
color: #E607AB;
}
.AnyTagClassName
{
color: #E607AB;
}
</style>
background-color css
<style>
a { background-color: #E607AB; }
a { background-color: rgb(230,7,171); }
div.DivClassName
{
background-color: #E607AB;
}
.BgClassName
{
background-color: #E607AB;
}
</style>
border-color css
<style>
span { border-color: #E607AB; }
span { border-color: rgb(230,7,171); }
td.TdClassName
{
border-color: #E607AB;
}
.TagClassName
{
border-color: #E607AB;
}
</style>