Shades of Hollywood Cerise #ED0BAC
Tints of Hollywood Cerise #ED0BAC
RGB
CMYK
RGB Variations
Color information
#ED0BAC (or 0xED0BAC) is known color: Hollywood Cerise. HEX triplet: ED, 0B and AC. RGB value is (237,11,172). Sum of RGB (Red+Green+Blue) = 237+11+172=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0BAC is #12F453. Grayscale: #606060. Windows color (decimal): -1242196 or 11275245. OLE color: 11275245.
HSL color Cylindrical-coordinate representation of color #ED0BAC: hue angle of 317.26º 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 #ED0BAC is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 172 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.07 |
| HSL | 317.26º | 0.91% | 0.49% | - |
| HSV(B) | 317.26º | 0.95% | 0.93% | - |
| XYZ | 42.49 | 21.22 | 40.89 | - |
| YUV | 96.93 | 170.37 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 172 | 0 | 0.95 | 0.27 | 0.07 | 317.26 | 0.91 | 0.49 |
| Hex | ED | B | AC | 0 | 5F | 1B | 7 | 13D | 5B | 31 |
| Octal | 355 | 13 | 254 | 0 | 137 | 33 | 7 | 475 | 133 | 61 |
| Binary | 11101101 | 1011 | 10101100 | 0 | 1011111 | 11011 | 111 | 100111101 | 1011011 | 110001 |
Color Harmonies of #ED0BAC
Complementary color
Monochromatic Colors of #ED0BAC
Black with #ED0BAC
Text Example
Text Example
White with #ED0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BAC; }
p { color: rgb(237,11,172); }
H1.HeaderClassName
{
color: #ED0BAC;
}
.AnyTagClassName
{
color: #ED0BAC;
}
</style>
background-color css
<style>
a { background-color: #ED0BAC; }
a { background-color: rgb(237,11,172); }
div.DivClassName
{
background-color: #ED0BAC;
}
.BgClassName
{
background-color: #ED0BAC;
}
</style>
border-color css
<style>
span { border-color: #ED0BAC; }
span { border-color: rgb(237,11,172); }
td.TdClassName
{
border-color: #ED0BAC;
}
.TagClassName
{
border-color: #ED0BAC;
}
</style>