Shades of Hollywood Cerise #ED0AAC
Tints of Hollywood Cerise #ED0AAC
RGB
CMYK
RGB Variations
Color information
#ED0AAC (or 0xED0AAC) is known color: Hollywood Cerise. HEX triplet: ED, 0A and AC. RGB value is (237,10,172). Sum of RGB (Red+Green+Blue) = 237+10+172=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0AAC is #12F553. Grayscale: #5F5F5F. Windows color (decimal): -1242452 or 11274989. OLE color: 11274989.
HSL color Cylindrical-coordinate representation of color #ED0AAC: hue angle of 317.18º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AAC is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 172 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.07 |
| HSL | 317.18º | 0.92% | 0.48% | - |
| HSV(B) | 317.18º | 0.96% | 0.93% | - |
| XYZ | 42.48 | 21.2 | 40.88 | - |
| YUV | 96.34 | 170.71 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 172 | 0 | 0.96 | 0.27 | 0.07 | 317.18 | 0.92 | 0.48 |
| Hex | ED | A | AC | 0 | 60 | 1B | 7 | 13D | 5C | 30 |
| Octal | 355 | 12 | 254 | 0 | 140 | 33 | 7 | 475 | 134 | 60 |
| Binary | 11101101 | 1010 | 10101100 | 0 | 1100000 | 11011 | 111 | 100111101 | 1011100 | 110000 |
Color Harmonies of #ED0AAC
Complementary color
Monochromatic Colors of #ED0AAC
Black with #ED0AAC
Text Example
Text Example
White with #ED0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0AAC; }
p { color: rgb(237,10,172); }
H1.HeaderClassName
{
color: #ED0AAC;
}
.AnyTagClassName
{
color: #ED0AAC;
}
</style>
background-color css
<style>
a { background-color: #ED0AAC; }
a { background-color: rgb(237,10,172); }
div.DivClassName
{
background-color: #ED0AAC;
}
.BgClassName
{
background-color: #ED0AAC;
}
</style>
border-color css
<style>
span { border-color: #ED0AAC; }
span { border-color: rgb(237,10,172); }
td.TdClassName
{
border-color: #ED0AAC;
}
.TagClassName
{
border-color: #ED0AAC;
}
</style>