Shades of Hollywood Cerise #ED009E
Tints of Hollywood Cerise #ED009E
RGB
CMYK
RGB Variations
Color information
#ED009E (or 0xED009E) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 9E. RGB value is (237,0,158). Sum of RGB (Red+Green+Blue) = 237+0+158=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED009E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED009E is #12FF61. Grayscale: #585858. Windows color (decimal): -1245026 or 10354925. OLE color: 10354925.
HSL color Cylindrical-coordinate representation of color #ED009E: hue angle of 320º 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 #ED009E is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.33 | 0.07 |
| HSL | 320º | 1% | 0.46% | - |
| HSV(B) | 320º | 1% | 0.93% | - |
| XYZ | 41.1 | 20.47 | 34.13 | - |
| YUV | 88.88 | 167.02 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 158 | 0 | 1 | 0.33 | 0.07 | 320 | 1 | 0.46 |
| Hex | ED | 0 | 9E | 0 | 64 | 21 | 7 | 140 | 64 | 2E |
| Octal | 355 | 0 | 236 | 0 | 144 | 41 | 7 | 500 | 144 | 56 |
| Binary | 11101101 | 0 | 10011110 | 0 | 1100100 | 100001 | 111 | 101000000 | 1100100 | 101110 |
Color Harmonies of #ED009E
Complementary color
Monochromatic Colors of #ED009E
Black with #ED009E
Text Example
Text Example
White with #ED009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED009E; }
p { color: rgb(237,0,158); }
H1.HeaderClassName
{
color: #ED009E;
}
.AnyTagClassName
{
color: #ED009E;
}
</style>
background-color css
<style>
a { background-color: #ED009E; }
a { background-color: rgb(237,0,158); }
div.DivClassName
{
background-color: #ED009E;
}
.BgClassName
{
background-color: #ED009E;
}
</style>
border-color css
<style>
span { border-color: #ED009E; }
span { border-color: rgb(237,0,158); }
td.TdClassName
{
border-color: #ED009E;
}
.TagClassName
{
border-color: #ED009E;
}
</style>