Shades of Deep Pink #ED1D83
Tints of Deep Pink #ED1D83
RGB
CMYK
RGB Variations
Color information
#ED1D83 (or 0xED1D83) is known color: Deep Pink. HEX triplet: ED, 1D and 83. RGB value is (237,29,131). Sum of RGB (Red+Green+Blue) = 237+29+131=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1D83 is #12E27C. Grayscale: #666666. Windows color (decimal): -1237629 or 8592877. OLE color: 8592877.
HSL color Cylindrical-coordinate representation of color #ED1D83: hue angle of 330.58º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1D83 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 131 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.07 |
| HSL | 330.58º | 0.85% | 0.52% | - |
| HSV(B) | 330.58º | 0.88% | 0.93% | - |
| XYZ | 39.46 | 20.52 | 23.35 | - |
| YUV | 102.82 | 143.91 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 131 | 0 | 0.88 | 0.45 | 0.07 | 330.58 | 0.85 | 0.52 |
| Hex | ED | 1D | 83 | 0 | 58 | 2D | 7 | 14B | 55 | 34 |
| Octal | 355 | 35 | 203 | 0 | 130 | 55 | 7 | 513 | 125 | 64 |
| Binary | 11101101 | 11101 | 10000011 | 0 | 1011000 | 101101 | 111 | 101001011 | 1010101 | 110100 |
Color Harmonies of #ED1D83
Complementary color
Monochromatic Colors of #ED1D83
Black with #ED1D83
Text Example
Text Example
White with #ED1D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D83; }
p { color: rgb(237,29,131); }
H1.HeaderClassName
{
color: #ED1D83;
}
.AnyTagClassName
{
color: #ED1D83;
}
</style>
background-color css
<style>
a { background-color: #ED1D83; }
a { background-color: rgb(237,29,131); }
div.DivClassName
{
background-color: #ED1D83;
}
.BgClassName
{
background-color: #ED1D83;
}
</style>
border-color css
<style>
span { border-color: #ED1D83; }
span { border-color: rgb(237,29,131); }
td.TdClassName
{
border-color: #ED1D83;
}
.TagClassName
{
border-color: #ED1D83;
}
</style>