Shades of Hollywood Cerise #ED09AA
Tints of Hollywood Cerise #ED09AA
RGB
CMYK
RGB Variations
Color information
#ED09AA (or 0xED09AA) is known color: Hollywood Cerise. HEX triplet: ED, 09 and AA. RGB value is (237,9,170). Sum of RGB (Red+Green+Blue) = 237+9+170=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED09AA is #12F655. Grayscale: #5F5F5F. Windows color (decimal): -1242710 or 11143661. OLE color: 11143661.
HSL color Cylindrical-coordinate representation of color #ED09AA: hue angle of 317.63º 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 #ED09AA is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.07 |
| HSL | 317.63º | 0.93% | 0.48% | - |
| HSV(B) | 317.63º | 0.96% | 0.93% | - |
| XYZ | 42.28 | 21.1 | 39.88 | - |
| YUV | 95.53 | 170.04 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 170 | 0 | 0.96 | 0.28 | 0.07 | 317.63 | 0.93 | 0.48 |
| Hex | ED | 9 | AA | 0 | 60 | 1C | 7 | 13E | 5D | 30 |
| Octal | 355 | 11 | 252 | 0 | 140 | 34 | 7 | 476 | 135 | 60 |
| Binary | 11101101 | 1001 | 10101010 | 0 | 1100000 | 11100 | 111 | 100111110 | 1011101 | 110000 |
Color Harmonies of #ED09AA
Complementary color
Monochromatic Colors of #ED09AA
Black with #ED09AA
Text Example
Text Example
White with #ED09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09AA; }
p { color: rgb(237,9,170); }
H1.HeaderClassName
{
color: #ED09AA;
}
.AnyTagClassName
{
color: #ED09AA;
}
</style>
background-color css
<style>
a { background-color: #ED09AA; }
a { background-color: rgb(237,9,170); }
div.DivClassName
{
background-color: #ED09AA;
}
.BgClassName
{
background-color: #ED09AA;
}
</style>
border-color css
<style>
span { border-color: #ED09AA; }
span { border-color: rgb(237,9,170); }
td.TdClassName
{
border-color: #ED09AA;
}
.TagClassName
{
border-color: #ED09AA;
}
</style>