Shades of Hollywood Cerise #E60695
Tints of Hollywood Cerise #E60695
RGB
CMYK
RGB Variations
Color information
#E60695 (or 0xE60695) is known color: Hollywood Cerise. HEX triplet: E6, 06 and 95. RGB value is (230,6,149). Sum of RGB (Red+Green+Blue) = 230+6+149=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E60695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60695 is #19F96A. Grayscale: #585858. Windows color (decimal): -1702251 or 9766630. OLE color: 9766630.
HSL color Cylindrical-coordinate representation of color #E60695: hue angle of 321.7º degrees, saturation: 0.95, 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 #E60695 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 149 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.10 |
| HSL | 321.7º | 0.95% | 0.46% | - |
| HSV(B) | 321.7º | 0.97% | 0.9% | - |
| XYZ | 38.12 | 19.12 | 30.12 | - |
| YUV | 89.28 | 161.71 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 149 | 0 | 0.97 | 0.35 | 0.10 | 321.7 | 0.95 | 0.46 |
| Hex | E6 | 6 | 95 | 0 | 61 | 23 | A | 142 | 5F | 2E |
| Octal | 346 | 6 | 225 | 0 | 141 | 43 | 12 | 502 | 137 | 56 |
| Binary | 11100110 | 110 | 10010101 | 0 | 1100001 | 100011 | 1010 | 101000010 | 1011111 | 101110 |
Color Harmonies of #E60695
Complementary color
Monochromatic Colors of #E60695
Black with #E60695
Text Example
Text Example
White with #E60695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60695; }
p { color: rgb(230,6,149); }
H1.HeaderClassName
{
color: #E60695;
}
.AnyTagClassName
{
color: #E60695;
}
</style>
background-color css
<style>
a { background-color: #E60695; }
a { background-color: rgb(230,6,149); }
div.DivClassName
{
background-color: #E60695;
}
.BgClassName
{
background-color: #E60695;
}
</style>
border-color css
<style>
span { border-color: #E60695; }
span { border-color: rgb(230,6,149); }
td.TdClassName
{
border-color: #E60695;
}
.TagClassName
{
border-color: #E60695;
}
</style>