Shades of Hollywood Cerise #ED0595
Tints of Hollywood Cerise #ED0595
RGB
CMYK
RGB Variations
Color information
#ED0595 (or 0xED0595) is known color: Hollywood Cerise. HEX triplet: ED, 05 and 95. RGB value is (237,5,149). Sum of RGB (Red+Green+Blue) = 237+5+149=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0595 is #12FA6A. Grayscale: #5A5A5A. Windows color (decimal): -1243755 or 9766381. OLE color: 9766381.
HSL color Cylindrical-coordinate representation of color #ED0595: hue angle of 322.76º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0595 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 149 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.07 |
| HSL | 322.76º | 0.96% | 0.47% | - |
| HSV(B) | 322.76º | 0.98% | 0.93% | - |
| XYZ | 40.4 | 20.28 | 30.22 | - |
| YUV | 90.78 | 160.86 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 149 | 0 | 0.98 | 0.37 | 0.07 | 322.76 | 0.96 | 0.47 |
| Hex | ED | 5 | 95 | 0 | 62 | 25 | 7 | 143 | 60 | 2F |
| Octal | 355 | 5 | 225 | 0 | 142 | 45 | 7 | 503 | 140 | 57 |
| Binary | 11101101 | 101 | 10010101 | 0 | 1100010 | 100101 | 111 | 101000011 | 1100000 | 101111 |
Color Harmonies of #ED0595
Complementary color
Monochromatic Colors of #ED0595
Black with #ED0595
Text Example
Text Example
White with #ED0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0595; }
p { color: rgb(237,5,149); }
H1.HeaderClassName
{
color: #ED0595;
}
.AnyTagClassName
{
color: #ED0595;
}
</style>
background-color css
<style>
a { background-color: #ED0595; }
a { background-color: rgb(237,5,149); }
div.DivClassName
{
background-color: #ED0595;
}
.BgClassName
{
background-color: #ED0595;
}
</style>
border-color css
<style>
span { border-color: #ED0595; }
span { border-color: rgb(237,5,149); }
td.TdClassName
{
border-color: #ED0595;
}
.TagClassName
{
border-color: #ED0595;
}
</style>