Shades of Hollywood Cerise #ED058C
Tints of Hollywood Cerise #ED058C
RGB
CMYK
RGB Variations
Color information
#ED058C (or 0xED058C) is known color: Hollywood Cerise. HEX triplet: ED, 05 and 8C. RGB value is (237,5,140). Sum of RGB (Red+Green+Blue) = 237+5+140=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED058C is #12FA73. Grayscale: #595959. Windows color (decimal): -1243764 or 9176557. OLE color: 9176557.
HSL color Cylindrical-coordinate representation of color #ED058C: hue angle of 325.09º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED058C is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.07 |
| HSL | 325.09º | 0.96% | 0.47% | - |
| HSV(B) | 325.09º | 0.98% | 0.93% | - |
| XYZ | 39.71 | 20.01 | 26.58 | - |
| YUV | 89.76 | 156.36 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 140 | 0 | 0.98 | 0.41 | 0.07 | 325.09 | 0.96 | 0.47 |
| Hex | ED | 5 | 8C | 0 | 62 | 29 | 7 | 145 | 60 | 2F |
| Octal | 355 | 5 | 214 | 0 | 142 | 51 | 7 | 505 | 140 | 57 |
| Binary | 11101101 | 101 | 10001100 | 0 | 1100010 | 101001 | 111 | 101000101 | 1100000 | 101111 |
Color Harmonies of #ED058C
Complementary color
Monochromatic Colors of #ED058C
Black with #ED058C
Text Example
Text Example
White with #ED058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED058C; }
p { color: rgb(237,5,140); }
H1.HeaderClassName
{
color: #ED058C;
}
.AnyTagClassName
{
color: #ED058C;
}
</style>
background-color css
<style>
a { background-color: #ED058C; }
a { background-color: rgb(237,5,140); }
div.DivClassName
{
background-color: #ED058C;
}
.BgClassName
{
background-color: #ED058C;
}
</style>
border-color css
<style>
span { border-color: #ED058C; }
span { border-color: rgb(237,5,140); }
td.TdClassName
{
border-color: #ED058C;
}
.TagClassName
{
border-color: #ED058C;
}
</style>