Shades of Hollywood Cerise #ED0085
Tints of Hollywood Cerise #ED0085
RGB
CMYK
RGB Variations
Color information
#ED0085 (or 0xED0085) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 85. RGB value is (237,0,133). Sum of RGB (Red+Green+Blue) = 237+0+133=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0085 is #12FF7A. Grayscale: #555555. Windows color (decimal): -1245051 or 8716525. OLE color: 8716525.
HSL color Cylindrical-coordinate representation of color #ED0085: hue angle of 326.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0085 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.44 | 0.07 |
| HSL | 326.33º | 1% | 0.46% | - |
| HSV(B) | 326.33º | 1% | 0.93% | - |
| XYZ | 39.16 | 19.7 | 23.93 | - |
| YUV | 86.03 | 154.52 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 133 | 0 | 1 | 0.44 | 0.07 | 326.33 | 1 | 0.46 |
| Hex | ED | 0 | 85 | 0 | 64 | 2C | 7 | 146 | 64 | 2E |
| Octal | 355 | 0 | 205 | 0 | 144 | 54 | 7 | 506 | 144 | 56 |
| Binary | 11101101 | 0 | 10000101 | 0 | 1100100 | 101100 | 111 | 101000110 | 1100100 | 101110 |
Color Harmonies of #ED0085
Complementary color
Monochromatic Colors of #ED0085
Black with #ED0085
Text Example
Text Example
White with #ED0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0085; }
p { color: rgb(237,0,133); }
H1.HeaderClassName
{
color: #ED0085;
}
.AnyTagClassName
{
color: #ED0085;
}
</style>
background-color css
<style>
a { background-color: #ED0085; }
a { background-color: rgb(237,0,133); }
div.DivClassName
{
background-color: #ED0085;
}
.BgClassName
{
background-color: #ED0085;
}
</style>
border-color css
<style>
span { border-color: #ED0085; }
span { border-color: rgb(237,0,133); }
td.TdClassName
{
border-color: #ED0085;
}
.TagClassName
{
border-color: #ED0085;
}
</style>