Shades of Hollywood Cerise #ED0795
Tints of Hollywood Cerise #ED0795
RGB
CMYK
RGB Variations
Color information
#ED0795 (or 0xED0795) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 95. RGB value is (237,7,149). Sum of RGB (Red+Green+Blue) = 237+7+149=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0795 is #12F86A. Grayscale: #5B5B5B. Windows color (decimal): -1243243 or 9766893. OLE color: 9766893.
HSL color Cylindrical-coordinate representation of color #ED0795: hue angle of 322.96º 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 #ED0795 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 149 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.07 |
| HSL | 322.96º | 0.94% | 0.48% | - |
| HSV(B) | 322.96º | 0.97% | 0.93% | - |
| XYZ | 40.43 | 20.33 | 30.23 | - |
| YUV | 91.96 | 160.2 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 149 | 0 | 0.97 | 0.37 | 0.07 | 322.96 | 0.94 | 0.48 |
| Hex | ED | 7 | 95 | 0 | 61 | 25 | 7 | 143 | 5E | 30 |
| Octal | 355 | 7 | 225 | 0 | 141 | 45 | 7 | 503 | 136 | 60 |
| Binary | 11101101 | 111 | 10010101 | 0 | 1100001 | 100101 | 111 | 101000011 | 1011110 | 110000 |
Color Harmonies of #ED0795
Complementary color
Monochromatic Colors of #ED0795
Black with #ED0795
Text Example
Text Example
White with #ED0795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0795; }
p { color: rgb(237,7,149); }
H1.HeaderClassName
{
color: #ED0795;
}
.AnyTagClassName
{
color: #ED0795;
}
</style>
background-color css
<style>
a { background-color: #ED0795; }
a { background-color: rgb(237,7,149); }
div.DivClassName
{
background-color: #ED0795;
}
.BgClassName
{
background-color: #ED0795;
}
</style>
border-color css
<style>
span { border-color: #ED0795; }
span { border-color: rgb(237,7,149); }
td.TdClassName
{
border-color: #ED0795;
}
.TagClassName
{
border-color: #ED0795;
}
</style>