Shades of Hollywood Cerise #ED008C
Tints of Hollywood Cerise #ED008C
RGB
CMYK
RGB Variations
Color information
#ED008C (or 0xED008C) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 8C. RGB value is (237,0,140). Sum of RGB (Red+Green+Blue) = 237+0+140=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED008C is #12FF73. Grayscale: #565656. Windows color (decimal): -1245044 or 9175277. OLE color: 9175277.
HSL color Cylindrical-coordinate representation of color #ED008C: hue angle of 324.56º 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 #ED008C is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.41 | 0.07 |
| HSL | 324.56º | 1% | 0.46% | - |
| HSV(B) | 324.56º | 1% | 0.93% | - |
| XYZ | 39.66 | 19.9 | 26.56 | - |
| YUV | 86.82 | 158.02 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 140 | 0 | 1 | 0.41 | 0.07 | 324.56 | 1 | 0.46 |
| Hex | ED | 0 | 8C | 0 | 64 | 29 | 7 | 145 | 64 | 2E |
| Octal | 355 | 0 | 214 | 0 | 144 | 51 | 7 | 505 | 144 | 56 |
| Binary | 11101101 | 0 | 10001100 | 0 | 1100100 | 101001 | 111 | 101000101 | 1100100 | 101110 |
Color Harmonies of #ED008C
Complementary color
Monochromatic Colors of #ED008C
Black with #ED008C
Text Example
Text Example
White with #ED008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED008C; }
p { color: rgb(237,0,140); }
H1.HeaderClassName
{
color: #ED008C;
}
.AnyTagClassName
{
color: #ED008C;
}
</style>
background-color css
<style>
a { background-color: #ED008C; }
a { background-color: rgb(237,0,140); }
div.DivClassName
{
background-color: #ED008C;
}
.BgClassName
{
background-color: #ED008C;
}
</style>
border-color css
<style>
span { border-color: #ED008C; }
span { border-color: rgb(237,0,140); }
td.TdClassName
{
border-color: #ED008C;
}
.TagClassName
{
border-color: #ED008C;
}
</style>