Shades of Hollywood Cerise #E608AD
Tints of Hollywood Cerise #E608AD
RGB
CMYK
RGB Variations
Color information
#E608AD (or 0xE608AD) is known color: Hollywood Cerise. HEX triplet: E6, 08 and AD. RGB value is (230,8,173). Sum of RGB (Red+Green+Blue) = 230+8+173=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E608AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E608AD is #19F752. Grayscale: #5C5C5C. Windows color (decimal): -1701715 or 11340006. OLE color: 11340006.
HSL color Cylindrical-coordinate representation of color #E608AD: hue angle of 315.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E608AD is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 173 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.10 |
| HSL | 315.41º | 0.93% | 0.47% | - |
| HSV(B) | 315.41º | 0.97% | 0.9% | - |
| XYZ | 40.26 | 20.01 | 41.28 | - |
| YUV | 93.19 | 173.05 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 173 | 0 | 0.97 | 0.25 | 0.10 | 315.41 | 0.93 | 0.47 |
| Hex | E6 | 8 | AD | 0 | 61 | 19 | A | 13B | 5D | 2F |
| Octal | 346 | 10 | 255 | 0 | 141 | 31 | 12 | 473 | 135 | 57 |
| Binary | 11100110 | 1000 | 10101101 | 0 | 1100001 | 11001 | 1010 | 100111011 | 1011101 | 101111 |
Color Harmonies of #E608AD
Complementary color
Monochromatic Colors of #E608AD
Black with #E608AD
Text Example
Text Example
White with #E608AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E608AD; }
p { color: rgb(230,8,173); }
H1.HeaderClassName
{
color: #E608AD;
}
.AnyTagClassName
{
color: #E608AD;
}
</style>
background-color css
<style>
a { background-color: #E608AD; }
a { background-color: rgb(230,8,173); }
div.DivClassName
{
background-color: #E608AD;
}
.BgClassName
{
background-color: #E608AD;
}
</style>
border-color css
<style>
span { border-color: #E608AD; }
span { border-color: rgb(230,8,173); }
td.TdClassName
{
border-color: #E608AD;
}
.TagClassName
{
border-color: #E608AD;
}
</style>