Shades of Deep Pink #ED128A
Tints of Deep Pink #ED128A
RGB
CMYK
RGB Variations
Color information
#ED128A (or 0xED128A) is known color: Deep Pink. HEX triplet: ED, 12 and 8A. RGB value is (237,18,138). Sum of RGB (Red+Green+Blue) = 237+18+138=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED128A is #12ED75. Grayscale: #606060. Windows color (decimal): -1240438 or 9048813. OLE color: 9048813.
HSL color Cylindrical-coordinate representation of color #ED128A: hue angle of 327.12º 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 #ED128A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 138 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.07 |
| HSL | 327.12º | 0.86% | 0.5% | - |
| HSV(B) | 327.12º | 0.92% | 0.93% | - |
| XYZ | 39.73 | 20.27 | 25.86 | - |
| YUV | 97.16 | 151.05 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 138 | 0 | 0.92 | 0.42 | 0.07 | 327.12 | 0.86 | 0.5 |
| Hex | ED | 12 | 8A | 0 | 5C | 2A | 7 | 147 | 56 | 32 |
| Octal | 355 | 22 | 212 | 0 | 134 | 52 | 7 | 507 | 126 | 62 |
| Binary | 11101101 | 10010 | 10001010 | 0 | 1011100 | 101010 | 111 | 101000111 | 1010110 | 110010 |
Color Harmonies of #ED128A
Complementary color
Monochromatic Colors of #ED128A
Black with #ED128A
Text Example
Text Example
White with #ED128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED128A; }
p { color: rgb(237,18,138); }
H1.HeaderClassName
{
color: #ED128A;
}
.AnyTagClassName
{
color: #ED128A;
}
</style>
background-color css
<style>
a { background-color: #ED128A; }
a { background-color: rgb(237,18,138); }
div.DivClassName
{
background-color: #ED128A;
}
.BgClassName
{
background-color: #ED128A;
}
</style>
border-color css
<style>
span { border-color: #ED128A; }
span { border-color: rgb(237,18,138); }
td.TdClassName
{
border-color: #ED128A;
}
.TagClassName
{
border-color: #ED128A;
}
</style>