Shades of Deep Pink #ED127F
Tints of Deep Pink #ED127F
RGB
CMYK
RGB Variations
Color information
#ED127F (or 0xED127F) is known color: Deep Pink. HEX triplet: ED, 12 and 7F. RGB value is (237,18,127). Sum of RGB (Red+Green+Blue) = 237+18+127=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED127F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED127F is #12ED80. Grayscale: #5F5F5F. Windows color (decimal): -1240449 or 8327917. OLE color: 8327917.
HSL color Cylindrical-coordinate representation of color #ED127F: hue angle of 330.14º 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 #ED127F is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 127 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.07 |
| HSL | 330.14º | 0.86% | 0.5% | - |
| HSV(B) | 330.14º | 0.92% | 0.93% | - |
| XYZ | 38.97 | 19.97 | 21.88 | - |
| YUV | 95.91 | 145.55 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 127 | 0 | 0.92 | 0.46 | 0.07 | 330.14 | 0.86 | 0.5 |
| Hex | ED | 12 | 7F | 0 | 5C | 2E | 7 | 14A | 56 | 32 |
| Octal | 355 | 22 | 177 | 0 | 134 | 56 | 7 | 512 | 126 | 62 |
| Binary | 11101101 | 10010 | 1111111 | 0 | 1011100 | 101110 | 111 | 101001010 | 1010110 | 110010 |
Color Harmonies of #ED127F
Complementary color
Monochromatic Colors of #ED127F
Black with #ED127F
Text Example
Text Example
White with #ED127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED127F; }
p { color: rgb(237,18,127); }
H1.HeaderClassName
{
color: #ED127F;
}
.AnyTagClassName
{
color: #ED127F;
}
</style>
background-color css
<style>
a { background-color: #ED127F; }
a { background-color: rgb(237,18,127); }
div.DivClassName
{
background-color: #ED127F;
}
.BgClassName
{
background-color: #ED127F;
}
</style>
border-color css
<style>
span { border-color: #ED127F; }
span { border-color: rgb(237,18,127); }
td.TdClassName
{
border-color: #ED127F;
}
.TagClassName
{
border-color: #ED127F;
}
</style>