Shades of Hollywood Cerise #ED0798
Tints of Hollywood Cerise #ED0798
RGB
CMYK
RGB Variations
Color information
#ED0798 (or 0xED0798) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 98. RGB value is (237,7,152). Sum of RGB (Red+Green+Blue) = 237+7+152=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0798 is #12F867. Grayscale: #5B5B5B. Windows color (decimal): -1243240 or 9963501. OLE color: 9963501.
HSL color Cylindrical-coordinate representation of color #ED0798: hue angle of 322.17º 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 #ED0798 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.07 |
| HSL | 322.17º | 0.94% | 0.48% | - |
| HSV(B) | 322.17º | 0.97% | 0.93% | - |
| XYZ | 40.67 | 20.42 | 31.5 | - |
| YUV | 92.3 | 161.7 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 152 | 0 | 0.97 | 0.36 | 0.07 | 322.17 | 0.94 | 0.48 |
| Hex | ED | 7 | 98 | 0 | 61 | 24 | 7 | 142 | 5E | 30 |
| Octal | 355 | 7 | 230 | 0 | 141 | 44 | 7 | 502 | 136 | 60 |
| Binary | 11101101 | 111 | 10011000 | 0 | 1100001 | 100100 | 111 | 101000010 | 1011110 | 110000 |
Color Harmonies of #ED0798
Complementary color
Monochromatic Colors of #ED0798
Black with #ED0798
Text Example
Text Example
White with #ED0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0798; }
p { color: rgb(237,7,152); }
H1.HeaderClassName
{
color: #ED0798;
}
.AnyTagClassName
{
color: #ED0798;
}
</style>
background-color css
<style>
a { background-color: #ED0798; }
a { background-color: rgb(237,7,152); }
div.DivClassName
{
background-color: #ED0798;
}
.BgClassName
{
background-color: #ED0798;
}
</style>
border-color css
<style>
span { border-color: #ED0798; }
span { border-color: rgb(237,7,152); }
td.TdClassName
{
border-color: #ED0798;
}
.TagClassName
{
border-color: #ED0798;
}
</style>