Shades of Deep Pink #ED1B7F
Tints of Deep Pink #ED1B7F
RGB
CMYK
RGB Variations
Color information
#ED1B7F (or 0xED1B7F) is known color: Deep Pink. HEX triplet: ED, 1B and 7F. RGB value is (237,27,127). Sum of RGB (Red+Green+Blue) = 237+27+127=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1B7F is #12E480. Grayscale: #656565. Windows color (decimal): -1238145 or 8330221. OLE color: 8330221.
HSL color Cylindrical-coordinate representation of color #ED1B7F: hue angle of 331.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1B7F is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 27 | 127 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.07 |
| HSL | 331.43º | 0.85% | 0.52% | - |
| HSV(B) | 331.43º | 0.89% | 0.93% | - |
| XYZ | 39.15 | 20.32 | 21.94 | - |
| YUV | 101.19 | 142.57 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 127 | 0 | 0.89 | 0.46 | 0.07 | 331.43 | 0.85 | 0.52 |
| Hex | ED | 1B | 7F | 0 | 59 | 2E | 7 | 14B | 55 | 34 |
| Octal | 355 | 33 | 177 | 0 | 131 | 56 | 7 | 513 | 125 | 64 |
| Binary | 11101101 | 11011 | 1111111 | 0 | 1011001 | 101110 | 111 | 101001011 | 1010101 | 110100 |
Color Harmonies of #ED1B7F
Complementary color
Monochromatic Colors of #ED1B7F
Black with #ED1B7F
Text Example
Text Example
White with #ED1B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1B7F; }
p { color: rgb(237,27,127); }
H1.HeaderClassName
{
color: #ED1B7F;
}
.AnyTagClassName
{
color: #ED1B7F;
}
</style>
background-color css
<style>
a { background-color: #ED1B7F; }
a { background-color: rgb(237,27,127); }
div.DivClassName
{
background-color: #ED1B7F;
}
.BgClassName
{
background-color: #ED1B7F;
}
</style>
border-color css
<style>
span { border-color: #ED1B7F; }
span { border-color: rgb(237,27,127); }
td.TdClassName
{
border-color: #ED1B7F;
}
.TagClassName
{
border-color: #ED1B7F;
}
</style>