Shades of Hollywood Cerise #E600A6
Tints of Hollywood Cerise #E600A6
RGB
CMYK
RGB Variations
Color information
#E600A6 (or 0xE600A6) is known color: Hollywood Cerise. HEX triplet: E6, 00 and A6. RGB value is (230,0,166). Sum of RGB (Red+Green+Blue) = 230+0+166=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E600A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E600A6 is #19FF59. Grayscale: #575757. Windows color (decimal): -1703770 or 10879206. OLE color: 10879206.
HSL color Cylindrical-coordinate representation of color #E600A6: hue angle of 316.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600A6 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.28 | 0.10 |
| HSL | 316.7º | 1% | 0.45% | - |
| HSV(B) | 316.7º | 1% | 0.9% | - |
| XYZ | 39.52 | 19.58 | 37.77 | - |
| YUV | 87.69 | 172.2 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 166 | 0 | 1 | 0.28 | 0.10 | 316.7 | 1 | 0.45 |
| Hex | E6 | 0 | A6 | 0 | 64 | 1C | A | 13D | 64 | 2D |
| Octal | 346 | 0 | 246 | 0 | 144 | 34 | 12 | 475 | 144 | 55 |
| Binary | 11100110 | 0 | 10100110 | 0 | 1100100 | 11100 | 1010 | 100111101 | 1100100 | 101101 |
Color Harmonies of #E600A6
Complementary color
Monochromatic Colors of #E600A6
Black with #E600A6
Text Example
Text Example
White with #E600A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600A6; }
p { color: rgb(230,0,166); }
H1.HeaderClassName
{
color: #E600A6;
}
.AnyTagClassName
{
color: #E600A6;
}
</style>
background-color css
<style>
a { background-color: #E600A6; }
a { background-color: rgb(230,0,166); }
div.DivClassName
{
background-color: #E600A6;
}
.BgClassName
{
background-color: #E600A6;
}
</style>
border-color css
<style>
span { border-color: #E600A6; }
span { border-color: rgb(230,0,166); }
td.TdClassName
{
border-color: #E600A6;
}
.TagClassName
{
border-color: #E600A6;
}
</style>