Shades of Hollywood Cerise #E610AD
Tints of Hollywood Cerise #E610AD
RGB
CMYK
RGB Variations
Color information
#E610AD (or 0xE610AD) is known color: Hollywood Cerise. HEX triplet: E6, 10 and AD. RGB value is (230,16,173). Sum of RGB (Red+Green+Blue) = 230+16+173=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E610AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E610AD is #19EF52. Grayscale: #616161. Windows color (decimal): -1699667 or 11342054. OLE color: 11342054.
HSL color Cylindrical-coordinate representation of color #E610AD: hue angle of 315.98º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E610AD is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 173 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.10 |
| HSL | 315.98º | 0.87% | 0.48% | - |
| HSV(B) | 315.98º | 0.93% | 0.9% | - |
| XYZ | 40.36 | 20.21 | 41.31 | - |
| YUV | 97.88 | 170.4 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 173 | 0 | 0.93 | 0.25 | 0.10 | 315.98 | 0.87 | 0.48 |
| Hex | E6 | 10 | AD | 0 | 5D | 19 | A | 13C | 57 | 30 |
| Octal | 346 | 20 | 255 | 0 | 135 | 31 | 12 | 474 | 127 | 60 |
| Binary | 11100110 | 10000 | 10101101 | 0 | 1011101 | 11001 | 1010 | 100111100 | 1010111 | 110000 |
Color Harmonies of #E610AD
Complementary color
Monochromatic Colors of #E610AD
Black with #E610AD
Text Example
Text Example
White with #E610AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E610AD; }
p { color: rgb(230,16,173); }
H1.HeaderClassName
{
color: #E610AD;
}
.AnyTagClassName
{
color: #E610AD;
}
</style>
background-color css
<style>
a { background-color: #E610AD; }
a { background-color: rgb(230,16,173); }
div.DivClassName
{
background-color: #E610AD;
}
.BgClassName
{
background-color: #E610AD;
}
</style>
border-color css
<style>
span { border-color: #E610AD; }
span { border-color: rgb(230,16,173); }
td.TdClassName
{
border-color: #E610AD;
}
.TagClassName
{
border-color: #E610AD;
}
</style>