Shades of Hollywood Cerise #ED009A
Tints of Hollywood Cerise #ED009A
RGB
CMYK
RGB Variations
Color information
#ED009A (or 0xED009A) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 9A. RGB value is (237,0,154). Sum of RGB (Red+Green+Blue) = 237+0+154=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED009A is #12FF65. Grayscale: #585858. Windows color (decimal): -1245030 or 10092781. OLE color: 10092781.
HSL color Cylindrical-coordinate representation of color #ED009A: hue angle of 321.01º 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 #ED009A is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.35 | 0.07 |
| HSL | 321.01º | 1% | 0.46% | - |
| HSV(B) | 321.01º | 1% | 0.93% | - |
| XYZ | 40.76 | 20.34 | 32.35 | - |
| YUV | 88.42 | 165.02 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 154 | 0 | 1 | 0.35 | 0.07 | 321.01 | 1 | 0.46 |
| Hex | ED | 0 | 9A | 0 | 64 | 23 | 7 | 141 | 64 | 2E |
| Octal | 355 | 0 | 232 | 0 | 144 | 43 | 7 | 501 | 144 | 56 |
| Binary | 11101101 | 0 | 10011010 | 0 | 1100100 | 100011 | 111 | 101000001 | 1100100 | 101110 |
Color Harmonies of #ED009A
Complementary color
Monochromatic Colors of #ED009A
Black with #ED009A
Text Example
Text Example
White with #ED009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED009A; }
p { color: rgb(237,0,154); }
H1.HeaderClassName
{
color: #ED009A;
}
.AnyTagClassName
{
color: #ED009A;
}
</style>
background-color css
<style>
a { background-color: #ED009A; }
a { background-color: rgb(237,0,154); }
div.DivClassName
{
background-color: #ED009A;
}
.BgClassName
{
background-color: #ED009A;
}
</style>
border-color css
<style>
span { border-color: #ED009A; }
span { border-color: rgb(237,0,154); }
td.TdClassName
{
border-color: #ED009A;
}
.TagClassName
{
border-color: #ED009A;
}
</style>