Shades of Hollywood Cerise #ED0C95
Tints of Hollywood Cerise #ED0C95
RGB
CMYK
RGB Variations
Color information
#ED0C95 (or 0xED0C95) is known color: Hollywood Cerise. HEX triplet: ED, 0C and 95. RGB value is (237,12,149). Sum of RGB (Red+Green+Blue) = 237+12+149=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0C95 is #12F36A. Grayscale: #5E5E5E. Windows color (decimal): -1241963 or 9768173. OLE color: 9768173.
HSL color Cylindrical-coordinate representation of color #ED0C95: hue angle of 323.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0C95 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 12 | 149 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.07 |
| HSL | 323.47º | 0.9% | 0.49% | - |
| HSV(B) | 323.47º | 0.95% | 0.93% | - |
| XYZ | 40.48 | 20.44 | 30.24 | - |
| YUV | 94.89 | 158.54 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 12 | 149 | 0 | 0.95 | 0.37 | 0.07 | 323.47 | 0.9 | 0.49 |
| Hex | ED | C | 95 | 0 | 5F | 25 | 7 | 143 | 5A | 31 |
| Octal | 355 | 14 | 225 | 0 | 137 | 45 | 7 | 503 | 132 | 61 |
| Binary | 11101101 | 1100 | 10010101 | 0 | 1011111 | 100101 | 111 | 101000011 | 1011010 | 110001 |
Color Harmonies of #ED0C95
Complementary color
Monochromatic Colors of #ED0C95
Black with #ED0C95
Text Example
Text Example
White with #ED0C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0C95; }
p { color: rgb(237,12,149); }
H1.HeaderClassName
{
color: #ED0C95;
}
.AnyTagClassName
{
color: #ED0C95;
}
</style>
background-color css
<style>
a { background-color: #ED0C95; }
a { background-color: rgb(237,12,149); }
div.DivClassName
{
background-color: #ED0C95;
}
.BgClassName
{
background-color: #ED0C95;
}
</style>
border-color css
<style>
span { border-color: #ED0C95; }
span { border-color: rgb(237,12,149); }
td.TdClassName
{
border-color: #ED0C95;
}
.TagClassName
{
border-color: #ED0C95;
}
</style>