Shades of Hollywood Cerise #ED009D
Tints of Hollywood Cerise #ED009D
RGB
CMYK
RGB Variations
Color information
#ED009D (or 0xED009D) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 9D. RGB value is (237,0,157). Sum of RGB (Red+Green+Blue) = 237+0+157=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED009D is #12FF62. Grayscale: #585858. Windows color (decimal): -1245027 or 10289389. OLE color: 10289389.
HSL color Cylindrical-coordinate representation of color #ED009D: hue angle of 320.25º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED009D is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.34 | 0.07 |
| HSL | 320.25º | 1% | 0.46% | - |
| HSV(B) | 320.25º | 1% | 0.93% | - |
| XYZ | 41.01 | 20.44 | 33.68 | - |
| YUV | 88.76 | 166.52 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 157 | 0 | 1 | 0.34 | 0.07 | 320.25 | 1 | 0.46 |
| Hex | ED | 0 | 9D | 0 | 64 | 22 | 7 | 140 | 64 | 2E |
| Octal | 355 | 0 | 235 | 0 | 144 | 42 | 7 | 500 | 144 | 56 |
| Binary | 11101101 | 0 | 10011101 | 0 | 1100100 | 100010 | 111 | 101000000 | 1100100 | 101110 |
Color Harmonies of #ED009D
Complementary color
Monochromatic Colors of #ED009D
Black with #ED009D
Text Example
Text Example
White with #ED009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED009D; }
p { color: rgb(237,0,157); }
H1.HeaderClassName
{
color: #ED009D;
}
.AnyTagClassName
{
color: #ED009D;
}
</style>
background-color css
<style>
a { background-color: #ED009D; }
a { background-color: rgb(237,0,157); }
div.DivClassName
{
background-color: #ED009D;
}
.BgClassName
{
background-color: #ED009D;
}
</style>
border-color css
<style>
span { border-color: #ED009D; }
span { border-color: rgb(237,0,157); }
td.TdClassName
{
border-color: #ED009D;
}
.TagClassName
{
border-color: #ED009D;
}
</style>