Shades of Hollywood Cerise #ED0895
Tints of Hollywood Cerise #ED0895
RGB
CMYK
RGB Variations
Color information
#ED0895 (or 0xED0895) is known color: Hollywood Cerise. HEX triplet: ED, 08 and 95. RGB value is (237,8,149). Sum of RGB (Red+Green+Blue) = 237+8+149=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0895 is #12F76A. Grayscale: #5C5C5C. Windows color (decimal): -1242987 or 9767149. OLE color: 9767149.
HSL color Cylindrical-coordinate representation of color #ED0895: hue angle of 323.06º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0895 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 149 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.07 |
| HSL | 323.06º | 0.93% | 0.48% | - |
| HSV(B) | 323.06º | 0.97% | 0.93% | - |
| XYZ | 40.44 | 20.35 | 30.23 | - |
| YUV | 92.55 | 159.87 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 149 | 0 | 0.97 | 0.37 | 0.07 | 323.06 | 0.93 | 0.48 |
| Hex | ED | 8 | 95 | 0 | 61 | 25 | 7 | 143 | 5D | 30 |
| Octal | 355 | 10 | 225 | 0 | 141 | 45 | 7 | 503 | 135 | 60 |
| Binary | 11101101 | 1000 | 10010101 | 0 | 1100001 | 100101 | 111 | 101000011 | 1011101 | 110000 |
Color Harmonies of #ED0895
Complementary color
Monochromatic Colors of #ED0895
Black with #ED0895
Text Example
Text Example
White with #ED0895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0895; }
p { color: rgb(237,8,149); }
H1.HeaderClassName
{
color: #ED0895;
}
.AnyTagClassName
{
color: #ED0895;
}
</style>
background-color css
<style>
a { background-color: #ED0895; }
a { background-color: rgb(237,8,149); }
div.DivClassName
{
background-color: #ED0895;
}
.BgClassName
{
background-color: #ED0895;
}
</style>
border-color css
<style>
span { border-color: #ED0895; }
span { border-color: rgb(237,8,149); }
td.TdClassName
{
border-color: #ED0895;
}
.TagClassName
{
border-color: #ED0895;
}
</style>