Shades of Hollywood Cerise #ED079D
Tints of Hollywood Cerise #ED079D
RGB
CMYK
RGB Variations
Color information
#ED079D (or 0xED079D) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 9D. RGB value is (237,7,157). Sum of RGB (Red+Green+Blue) = 237+7+157=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED079D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED079D is #12F862. Grayscale: #5C5C5C. Windows color (decimal): -1243235 or 10291181. OLE color: 10291181.
HSL color Cylindrical-coordinate representation of color #ED079D: hue angle of 320.87º degrees, saturation: 0.94, 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 #ED079D is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.07 |
| HSL | 320.87º | 0.94% | 0.48% | - |
| HSV(B) | 320.87º | 0.97% | 0.93% | - |
| XYZ | 41.09 | 20.59 | 33.71 | - |
| YUV | 92.87 | 164.2 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 157 | 0 | 0.97 | 0.34 | 0.07 | 320.87 | 0.94 | 0.48 |
| Hex | ED | 7 | 9D | 0 | 61 | 22 | 7 | 141 | 5E | 30 |
| Octal | 355 | 7 | 235 | 0 | 141 | 42 | 7 | 501 | 136 | 60 |
| Binary | 11101101 | 111 | 10011101 | 0 | 1100001 | 100010 | 111 | 101000001 | 1011110 | 110000 |
Color Harmonies of #ED079D
Complementary color
Monochromatic Colors of #ED079D
Black with #ED079D
Text Example
Text Example
White with #ED079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED079D; }
p { color: rgb(237,7,157); }
H1.HeaderClassName
{
color: #ED079D;
}
.AnyTagClassName
{
color: #ED079D;
}
</style>
background-color css
<style>
a { background-color: #ED079D; }
a { background-color: rgb(237,7,157); }
div.DivClassName
{
background-color: #ED079D;
}
.BgClassName
{
background-color: #ED079D;
}
</style>
border-color css
<style>
span { border-color: #ED079D; }
span { border-color: rgb(237,7,157); }
td.TdClassName
{
border-color: #ED079D;
}
.TagClassName
{
border-color: #ED079D;
}
</style>