Shades of Hollywood Cerise #ED09A3
Tints of Hollywood Cerise #ED09A3
RGB
CMYK
RGB Variations
Color information
#ED09A3 (or 0xED09A3) is known color: Hollywood Cerise. HEX triplet: ED, 09 and A3. RGB value is (237,9,163). Sum of RGB (Red+Green+Blue) = 237+9+163=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED09A3 is #12F65C. Grayscale: #5E5E5E. Windows color (decimal): -1242717 or 10684909. OLE color: 10684909.
HSL color Cylindrical-coordinate representation of color #ED09A3: hue angle of 319.47º 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 #ED09A3 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 163 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.07 |
| HSL | 319.47º | 0.93% | 0.48% | - |
| HSV(B) | 319.47º | 0.96% | 0.93% | - |
| XYZ | 41.63 | 20.84 | 36.48 | - |
| YUV | 94.73 | 166.54 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 163 | 0 | 0.96 | 0.31 | 0.07 | 319.47 | 0.93 | 0.48 |
| Hex | ED | 9 | A3 | 0 | 60 | 1F | 7 | 13F | 5D | 30 |
| Octal | 355 | 11 | 243 | 0 | 140 | 37 | 7 | 477 | 135 | 60 |
| Binary | 11101101 | 1001 | 10100011 | 0 | 1100000 | 11111 | 111 | 100111111 | 1011101 | 110000 |
Color Harmonies of #ED09A3
Complementary color
Monochromatic Colors of #ED09A3
Black with #ED09A3
Text Example
Text Example
White with #ED09A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09A3; }
p { color: rgb(237,9,163); }
H1.HeaderClassName
{
color: #ED09A3;
}
.AnyTagClassName
{
color: #ED09A3;
}
</style>
background-color css
<style>
a { background-color: #ED09A3; }
a { background-color: rgb(237,9,163); }
div.DivClassName
{
background-color: #ED09A3;
}
.BgClassName
{
background-color: #ED09A3;
}
</style>
border-color css
<style>
span { border-color: #ED09A3; }
span { border-color: rgb(237,9,163); }
td.TdClassName
{
border-color: #ED09A3;
}
.TagClassName
{
border-color: #ED09A3;
}
</style>