Shades of Hollywood Cerise #ED09A7
Tints of Hollywood Cerise #ED09A7
RGB
CMYK
RGB Variations
Color information
#ED09A7 (or 0xED09A7) is known color: Hollywood Cerise. HEX triplet: ED, 09 and A7. RGB value is (237,9,167). Sum of RGB (Red+Green+Blue) = 237+9+167=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED09A7 is #12F658. Grayscale: #5E5E5E. Windows color (decimal): -1242713 or 10947053. OLE color: 10947053.
HSL color Cylindrical-coordinate representation of color #ED09A7: hue angle of 318.42º degrees, saturation: 0.93, 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 #ED09A7 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 167 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.07 |
| HSL | 318.42º | 0.93% | 0.48% | - |
| HSV(B) | 318.42º | 0.96% | 0.93% | - |
| XYZ | 42 | 20.99 | 38.4 | - |
| YUV | 95.18 | 168.54 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 167 | 0 | 0.96 | 0.30 | 0.07 | 318.42 | 0.93 | 0.48 |
| Hex | ED | 9 | A7 | 0 | 60 | 1E | 7 | 13E | 5D | 30 |
| Octal | 355 | 11 | 247 | 0 | 140 | 36 | 7 | 476 | 135 | 60 |
| Binary | 11101101 | 1001 | 10100111 | 0 | 1100000 | 11110 | 111 | 100111110 | 1011101 | 110000 |
Color Harmonies of #ED09A7
Complementary color
Monochromatic Colors of #ED09A7
Black with #ED09A7
Text Example
Text Example
White with #ED09A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09A7; }
p { color: rgb(237,9,167); }
H1.HeaderClassName
{
color: #ED09A7;
}
.AnyTagClassName
{
color: #ED09A7;
}
</style>
background-color css
<style>
a { background-color: #ED09A7; }
a { background-color: rgb(237,9,167); }
div.DivClassName
{
background-color: #ED09A7;
}
.BgClassName
{
background-color: #ED09A7;
}
</style>
border-color css
<style>
span { border-color: #ED09A7; }
span { border-color: rgb(237,9,167); }
td.TdClassName
{
border-color: #ED09A7;
}
.TagClassName
{
border-color: #ED09A7;
}
</style>