Shades of Hollywood Cerise #ED09A2
Tints of Hollywood Cerise #ED09A2
RGB
CMYK
RGB Variations
Color information
#ED09A2 (or 0xED09A2) is known color: Hollywood Cerise. HEX triplet: ED, 09 and A2. RGB value is (237,9,162). Sum of RGB (Red+Green+Blue) = 237+9+162=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED09A2 is #12F65D. Grayscale: #5E5E5E. Windows color (decimal): -1242718 or 10619373. OLE color: 10619373.
HSL color Cylindrical-coordinate representation of color #ED09A2: hue angle of 319.74º degrees, saturation: 0.93, 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 #ED09A2 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 162 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.07 |
| HSL | 319.74º | 0.93% | 0.48% | - |
| HSV(B) | 319.74º | 0.96% | 0.93% | - |
| XYZ | 41.54 | 20.81 | 36.01 | - |
| YUV | 94.61 | 166.04 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 162 | 0 | 0.96 | 0.32 | 0.07 | 319.74 | 0.93 | 0.48 |
| Hex | ED | 9 | A2 | 0 | 60 | 20 | 7 | 140 | 5D | 30 |
| Octal | 355 | 11 | 242 | 0 | 140 | 40 | 7 | 500 | 135 | 60 |
| Binary | 11101101 | 1001 | 10100010 | 0 | 1100000 | 100000 | 111 | 101000000 | 1011101 | 110000 |
Color Harmonies of #ED09A2
Complementary color
Monochromatic Colors of #ED09A2
Black with #ED09A2
Text Example
Text Example
White with #ED09A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09A2; }
p { color: rgb(237,9,162); }
H1.HeaderClassName
{
color: #ED09A2;
}
.AnyTagClassName
{
color: #ED09A2;
}
</style>
background-color css
<style>
a { background-color: #ED09A2; }
a { background-color: rgb(237,9,162); }
div.DivClassName
{
background-color: #ED09A2;
}
.BgClassName
{
background-color: #ED09A2;
}
</style>
border-color css
<style>
span { border-color: #ED09A2; }
span { border-color: rgb(237,9,162); }
td.TdClassName
{
border-color: #ED09A2;
}
.TagClassName
{
border-color: #ED09A2;
}
</style>