Shades of Hollywood Cerise #ED1099
Tints of Hollywood Cerise #ED1099
RGB
CMYK
RGB Variations
Color information
#ED1099 (or 0xED1099) is known color: Hollywood Cerise. HEX triplet: ED, 10 and 99. RGB value is (237,16,153). Sum of RGB (Red+Green+Blue) = 237+16+153=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1099 is #12EF66. Grayscale: #616161. Windows color (decimal): -1240935 or 10031341. OLE color: 10031341.
HSL color Cylindrical-coordinate representation of color #ED1099: hue angle of 322.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1099 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 153 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.07 |
| HSL | 322.81º | 0.87% | 0.5% | - |
| HSV(B) | 322.81º | 0.93% | 0.93% | - |
| XYZ | 40.86 | 20.68 | 31.97 | - |
| YUV | 97.7 | 159.22 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 153 | 0 | 0.93 | 0.35 | 0.07 | 322.81 | 0.87 | 0.5 |
| Hex | ED | 10 | 99 | 0 | 5D | 23 | 7 | 143 | 57 | 32 |
| Octal | 355 | 20 | 231 | 0 | 135 | 43 | 7 | 503 | 127 | 62 |
| Binary | 11101101 | 10000 | 10011001 | 0 | 1011101 | 100011 | 111 | 101000011 | 1010111 | 110010 |
Color Harmonies of #ED1099
Complementary color
Monochromatic Colors of #ED1099
Black with #ED1099
Text Example
Text Example
White with #ED1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1099; }
p { color: rgb(237,16,153); }
H1.HeaderClassName
{
color: #ED1099;
}
.AnyTagClassName
{
color: #ED1099;
}
</style>
background-color css
<style>
a { background-color: #ED1099; }
a { background-color: rgb(237,16,153); }
div.DivClassName
{
background-color: #ED1099;
}
.BgClassName
{
background-color: #ED1099;
}
</style>
border-color css
<style>
span { border-color: #ED1099; }
span { border-color: rgb(237,16,153); }
td.TdClassName
{
border-color: #ED1099;
}
.TagClassName
{
border-color: #ED1099;
}
</style>