Shades of Hollywood Cerise #ED0093
Tints of Hollywood Cerise #ED0093
RGB
CMYK
RGB Variations
Color information
#ED0093 (or 0xED0093) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 93. RGB value is (237,0,147). Sum of RGB (Red+Green+Blue) = 237+0+147=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0093 is #12FF6C. Grayscale: #575757. Windows color (decimal): -1245037 or 9634029. OLE color: 9634029.
HSL color Cylindrical-coordinate representation of color #ED0093: hue angle of 322.78º 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 #ED0093 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.38 | 0.07 |
| HSL | 322.78º | 1% | 0.46% | - |
| HSV(B) | 322.78º | 1% | 0.93% | - |
| XYZ | 40.19 | 20.11 | 29.37 | - |
| YUV | 87.62 | 161.52 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 147 | 0 | 1 | 0.38 | 0.07 | 322.78 | 1 | 0.46 |
| Hex | ED | 0 | 93 | 0 | 64 | 26 | 7 | 143 | 64 | 2E |
| Octal | 355 | 0 | 223 | 0 | 144 | 46 | 7 | 503 | 144 | 56 |
| Binary | 11101101 | 0 | 10010011 | 0 | 1100100 | 100110 | 111 | 101000011 | 1100100 | 101110 |
Color Harmonies of #ED0093
Complementary color
Monochromatic Colors of #ED0093
Black with #ED0093
Text Example
Text Example
White with #ED0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0093; }
p { color: rgb(237,0,147); }
H1.HeaderClassName
{
color: #ED0093;
}
.AnyTagClassName
{
color: #ED0093;
}
</style>
background-color css
<style>
a { background-color: #ED0093; }
a { background-color: rgb(237,0,147); }
div.DivClassName
{
background-color: #ED0093;
}
.BgClassName
{
background-color: #ED0093;
}
</style>
border-color css
<style>
span { border-color: #ED0093; }
span { border-color: rgb(237,0,147); }
td.TdClassName
{
border-color: #ED0093;
}
.TagClassName
{
border-color: #ED0093;
}
</style>