Shades of Hollywood Cerise #ED10A2
Tints of Hollywood Cerise #ED10A2
RGB
CMYK
RGB Variations
Color information
#ED10A2 (or 0xED10A2) is known color: Hollywood Cerise. HEX triplet: ED, 10 and A2. RGB value is (237,16,162). Sum of RGB (Red+Green+Blue) = 237+16+162=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED10A2 is #12EF5D. Grayscale: #626262. Windows color (decimal): -1240926 or 10621165. OLE color: 10621165.
HSL color Cylindrical-coordinate representation of color #ED10A2: hue angle of 320.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED10A2 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 162 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.07 |
| HSL | 320.36º | 0.87% | 0.5% | - |
| HSV(B) | 320.36º | 0.93% | 0.93% | - |
| XYZ | 41.63 | 20.98 | 36.04 | - |
| YUV | 98.72 | 163.72 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 162 | 0 | 0.93 | 0.32 | 0.07 | 320.36 | 0.87 | 0.5 |
| Hex | ED | 10 | A2 | 0 | 5D | 20 | 7 | 140 | 57 | 32 |
| Octal | 355 | 20 | 242 | 0 | 135 | 40 | 7 | 500 | 127 | 62 |
| Binary | 11101101 | 10000 | 10100010 | 0 | 1011101 | 100000 | 111 | 101000000 | 1010111 | 110010 |
Color Harmonies of #ED10A2
Complementary color
Monochromatic Colors of #ED10A2
Black with #ED10A2
Text Example
Text Example
White with #ED10A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10A2; }
p { color: rgb(237,16,162); }
H1.HeaderClassName
{
color: #ED10A2;
}
.AnyTagClassName
{
color: #ED10A2;
}
</style>
background-color css
<style>
a { background-color: #ED10A2; }
a { background-color: rgb(237,16,162); }
div.DivClassName
{
background-color: #ED10A2;
}
.BgClassName
{
background-color: #ED10A2;
}
</style>
border-color css
<style>
span { border-color: #ED10A2; }
span { border-color: rgb(237,16,162); }
td.TdClassName
{
border-color: #ED10A2;
}
.TagClassName
{
border-color: #ED10A2;
}
</style>