Shades of Hollywood Cerise #ED09AB
Tints of Hollywood Cerise #ED09AB
RGB
CMYK
RGB Variations
Color information
#ED09AB (or 0xED09AB) is known color: Hollywood Cerise. HEX triplet: ED, 09 and AB. RGB value is (237,9,171). Sum of RGB (Red+Green+Blue) = 237+9+171=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED09AB is #12F654. Grayscale: #5F5F5F. Windows color (decimal): -1242709 or 11209197. OLE color: 11209197.
HSL color Cylindrical-coordinate representation of color #ED09AB: hue angle of 317.37º 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 #ED09AB is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.07 |
| HSL | 317.37º | 0.93% | 0.48% | - |
| HSV(B) | 317.37º | 0.96% | 0.93% | - |
| XYZ | 42.37 | 21.14 | 40.38 | - |
| YUV | 95.64 | 170.54 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 171 | 0 | 0.96 | 0.28 | 0.07 | 317.37 | 0.93 | 0.48 |
| Hex | ED | 9 | AB | 0 | 60 | 1C | 7 | 13D | 5D | 30 |
| Octal | 355 | 11 | 253 | 0 | 140 | 34 | 7 | 475 | 135 | 60 |
| Binary | 11101101 | 1001 | 10101011 | 0 | 1100000 | 11100 | 111 | 100111101 | 1011101 | 110000 |
Color Harmonies of #ED09AB
Complementary color
Monochromatic Colors of #ED09AB
Black with #ED09AB
Text Example
Text Example
White with #ED09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09AB; }
p { color: rgb(237,9,171); }
H1.HeaderClassName
{
color: #ED09AB;
}
.AnyTagClassName
{
color: #ED09AB;
}
</style>
background-color css
<style>
a { background-color: #ED09AB; }
a { background-color: rgb(237,9,171); }
div.DivClassName
{
background-color: #ED09AB;
}
.BgClassName
{
background-color: #ED09AB;
}
</style>
border-color css
<style>
span { border-color: #ED09AB; }
span { border-color: rgb(237,9,171); }
td.TdClassName
{
border-color: #ED09AB;
}
.TagClassName
{
border-color: #ED09AB;
}
</style>