Shades of Hollywood Cerise #ED0B93
Tints of Hollywood Cerise #ED0B93
RGB
CMYK
RGB Variations
Color information
#ED0B93 (or 0xED0B93) is known color: Hollywood Cerise. HEX triplet: ED, 0B and 93. RGB value is (237,11,147). Sum of RGB (Red+Green+Blue) = 237+11+147=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0B93 is #12F46C. Grayscale: #5D5D5D. Windows color (decimal): -1242221 or 9636845. OLE color: 9636845.
HSL color Cylindrical-coordinate representation of color #ED0B93: hue angle of 323.89º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0B93 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 147 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.07 |
| HSL | 323.89º | 0.91% | 0.49% | - |
| HSV(B) | 323.89º | 0.95% | 0.93% | - |
| XYZ | 40.31 | 20.35 | 29.41 | - |
| YUV | 94.08 | 157.87 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 147 | 0 | 0.95 | 0.38 | 0.07 | 323.89 | 0.91 | 0.49 |
| Hex | ED | B | 93 | 0 | 5F | 26 | 7 | 144 | 5B | 31 |
| Octal | 355 | 13 | 223 | 0 | 137 | 46 | 7 | 504 | 133 | 61 |
| Binary | 11101101 | 1011 | 10010011 | 0 | 1011111 | 100110 | 111 | 101000100 | 1011011 | 110001 |
Color Harmonies of #ED0B93
Complementary color
Monochromatic Colors of #ED0B93
Black with #ED0B93
Text Example
Text Example
White with #ED0B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0B93; }
p { color: rgb(237,11,147); }
H1.HeaderClassName
{
color: #ED0B93;
}
.AnyTagClassName
{
color: #ED0B93;
}
</style>
background-color css
<style>
a { background-color: #ED0B93; }
a { background-color: rgb(237,11,147); }
div.DivClassName
{
background-color: #ED0B93;
}
.BgClassName
{
background-color: #ED0B93;
}
</style>
border-color css
<style>
span { border-color: #ED0B93; }
span { border-color: rgb(237,11,147); }
td.TdClassName
{
border-color: #ED0B93;
}
.TagClassName
{
border-color: #ED0B93;
}
</style>