Shades of Hollywood Cerise #ED129D
Tints of Hollywood Cerise #ED129D
RGB
CMYK
RGB Variations
Color information
#ED129D (or 0xED129D) is known color: Hollywood Cerise. HEX triplet: ED, 12 and 9D. RGB value is (237,18,157). Sum of RGB (Red+Green+Blue) = 237+18+157=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED129D is #12ED62. Grayscale: #626262. Windows color (decimal): -1240419 or 10293997. OLE color: 10293997.
HSL color Cylindrical-coordinate representation of color #ED129D: hue angle of 321.92º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED129D is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 157 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.07 |
| HSL | 321.92º | 0.86% | 0.5% | - |
| HSV(B) | 321.92º | 0.92% | 0.93% | - |
| XYZ | 41.23 | 20.87 | 33.75 | - |
| YUV | 99.33 | 160.55 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 157 | 0 | 0.92 | 0.34 | 0.07 | 321.92 | 0.86 | 0.5 |
| Hex | ED | 12 | 9D | 0 | 5C | 22 | 7 | 142 | 56 | 32 |
| Octal | 355 | 22 | 235 | 0 | 134 | 42 | 7 | 502 | 126 | 62 |
| Binary | 11101101 | 10010 | 10011101 | 0 | 1011100 | 100010 | 111 | 101000010 | 1010110 | 110010 |
Color Harmonies of #ED129D
Complementary color
Monochromatic Colors of #ED129D
Black with #ED129D
Text Example
Text Example
White with #ED129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED129D; }
p { color: rgb(237,18,157); }
H1.HeaderClassName
{
color: #ED129D;
}
.AnyTagClassName
{
color: #ED129D;
}
</style>
background-color css
<style>
a { background-color: #ED129D; }
a { background-color: rgb(237,18,157); }
div.DivClassName
{
background-color: #ED129D;
}
.BgClassName
{
background-color: #ED129D;
}
</style>
border-color css
<style>
span { border-color: #ED129D; }
span { border-color: rgb(237,18,157); }
td.TdClassName
{
border-color: #ED129D;
}
.TagClassName
{
border-color: #ED129D;
}
</style>