Shades of Hollywood Cerise #ED089B
Tints of Hollywood Cerise #ED089B
RGB
CMYK
RGB Variations
Color information
#ED089B (or 0xED089B) is known color: Hollywood Cerise. HEX triplet: ED, 08 and 9B. RGB value is (237,8,155). Sum of RGB (Red+Green+Blue) = 237+8+155=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED089B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED089B is #12F764. Grayscale: #5C5C5C. Windows color (decimal): -1242981 or 10160365. OLE color: 10160365.
HSL color Cylindrical-coordinate representation of color #ED089B: hue angle of 321.48º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED089B is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 155 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.07 |
| HSL | 321.48º | 0.93% | 0.48% | - |
| HSV(B) | 321.48º | 0.97% | 0.93% | - |
| XYZ | 40.93 | 20.54 | 32.82 | - |
| YUV | 93.23 | 162.87 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 155 | 0 | 0.97 | 0.35 | 0.07 | 321.48 | 0.93 | 0.48 |
| Hex | ED | 8 | 9B | 0 | 61 | 23 | 7 | 141 | 5D | 30 |
| Octal | 355 | 10 | 233 | 0 | 141 | 43 | 7 | 501 | 135 | 60 |
| Binary | 11101101 | 1000 | 10011011 | 0 | 1100001 | 100011 | 111 | 101000001 | 1011101 | 110000 |
Color Harmonies of #ED089B
Complementary color
Monochromatic Colors of #ED089B
Black with #ED089B
Text Example
Text Example
White with #ED089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED089B; }
p { color: rgb(237,8,155); }
H1.HeaderClassName
{
color: #ED089B;
}
.AnyTagClassName
{
color: #ED089B;
}
</style>
background-color css
<style>
a { background-color: #ED089B; }
a { background-color: rgb(237,8,155); }
div.DivClassName
{
background-color: #ED089B;
}
.BgClassName
{
background-color: #ED089B;
}
</style>
border-color css
<style>
span { border-color: #ED089B; }
span { border-color: rgb(237,8,155); }
td.TdClassName
{
border-color: #ED089B;
}
.TagClassName
{
border-color: #ED089B;
}
</style>