Shades of Hollywood Cerise #ED0AB1
Tints of Hollywood Cerise #ED0AB1
RGB
CMYK
RGB Variations
Color information
#ED0AB1 (or 0xED0AB1) is known color: Hollywood Cerise. HEX triplet: ED, 0A and B1. RGB value is (237,10,177). Sum of RGB (Red+Green+Blue) = 237+10+177=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0AB1 is #12F54E. Grayscale: #606060. Windows color (decimal): -1242447 or 11602669. OLE color: 11602669.
HSL color Cylindrical-coordinate representation of color #ED0AB1: hue angle of 315.86º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AB1 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 177 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.07 |
| HSL | 315.86º | 0.92% | 0.48% | - |
| HSV(B) | 315.86º | 0.96% | 0.93% | - |
| XYZ | 42.97 | 21.4 | 43.46 | - |
| YUV | 96.91 | 173.21 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 177 | 0 | 0.96 | 0.25 | 0.07 | 315.86 | 0.92 | 0.48 |
| Hex | ED | A | B1 | 0 | 60 | 19 | 7 | 13C | 5C | 30 |
| Octal | 355 | 12 | 261 | 0 | 140 | 31 | 7 | 474 | 134 | 60 |
| Binary | 11101101 | 1010 | 10110001 | 0 | 1100000 | 11001 | 111 | 100111100 | 1011100 | 110000 |
Color Harmonies of #ED0AB1
Complementary color
Monochromatic Colors of #ED0AB1
Black with #ED0AB1
Text Example
Text Example
White with #ED0AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0AB1; }
p { color: rgb(237,10,177); }
H1.HeaderClassName
{
color: #ED0AB1;
}
.AnyTagClassName
{
color: #ED0AB1;
}
</style>
background-color css
<style>
a { background-color: #ED0AB1; }
a { background-color: rgb(237,10,177); }
div.DivClassName
{
background-color: #ED0AB1;
}
.BgClassName
{
background-color: #ED0AB1;
}
</style>
border-color css
<style>
span { border-color: #ED0AB1; }
span { border-color: rgb(237,10,177); }
td.TdClassName
{
border-color: #ED0AB1;
}
.TagClassName
{
border-color: #ED0AB1;
}
</style>