Shades of Hollywood Cerise #E006AD
Tints of Hollywood Cerise #E006AD
RGB
CMYK
RGB Variations
Color information
#E006AD (or 0xE006AD) is known color: Hollywood Cerise. HEX triplet: E0, 06 and AD. RGB value is (224,6,173). Sum of RGB (Red+Green+Blue) = 224+6+173=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E006AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E006AD is #1FF952. Grayscale: #595959. Windows color (decimal): -2095443 or 11339488. OLE color: 11339488.
HSL color Cylindrical-coordinate representation of color #E006AD: hue angle of 314.04º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E006AD is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 173 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.12 |
| HSL | 314.04º | 0.95% | 0.45% | - |
| HSV(B) | 314.04º | 0.97% | 0.88% | - |
| XYZ | 38.35 | 18.99 | 41.18 | - |
| YUV | 90.22 | 174.72 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 173 | 0 | 0.97 | 0.23 | 0.12 | 314.04 | 0.95 | 0.45 |
| Hex | E0 | 6 | AD | 0 | 61 | 17 | C | 13A | 5F | 2D |
| Octal | 340 | 6 | 255 | 0 | 141 | 27 | 14 | 472 | 137 | 55 |
| Binary | 11100000 | 110 | 10101101 | 0 | 1100001 | 10111 | 1100 | 100111010 | 1011111 | 101101 |
Color Harmonies of #E006AD
Complementary color
Monochromatic Colors of #E006AD
Black with #E006AD
Text Example
Text Example
White with #E006AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E006AD; }
p { color: rgb(224,6,173); }
H1.HeaderClassName
{
color: #E006AD;
}
.AnyTagClassName
{
color: #E006AD;
}
</style>
background-color css
<style>
a { background-color: #E006AD; }
a { background-color: rgb(224,6,173); }
div.DivClassName
{
background-color: #E006AD;
}
.BgClassName
{
background-color: #E006AD;
}
</style>
border-color css
<style>
span { border-color: #E006AD; }
span { border-color: rgb(224,6,173); }
td.TdClassName
{
border-color: #E006AD;
}
.TagClassName
{
border-color: #E006AD;
}
</style>