Shades of Deep Pink #ED1E8B
Tints of Deep Pink #ED1E8B
RGB
CMYK
RGB Variations
Color information
#ED1E8B (or 0xED1E8B) is known color: Deep Pink. HEX triplet: ED, 1E and 8B. RGB value is (237,30,139). Sum of RGB (Red+Green+Blue) = 237+30+139=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1E8B is #12E174. Grayscale: #686868. Windows color (decimal): -1237365 or 9117421. OLE color: 9117421.
HSL color Cylindrical-coordinate representation of color #ED1E8B: hue angle of 328.41º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1E8B is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 30 | 139 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.07 |
| HSL | 328.41º | 0.85% | 0.52% | - |
| HSV(B) | 328.41º | 0.87% | 0.93% | - |
| XYZ | 40.05 | 20.8 | 26.33 | - |
| YUV | 104.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 139 | 0 | 0.87 | 0.41 | 0.07 | 328.41 | 0.85 | 0.52 |
| Hex | ED | 1E | 8B | 0 | 57 | 29 | 7 | 148 | 55 | 34 |
| Octal | 355 | 36 | 213 | 0 | 127 | 51 | 7 | 510 | 125 | 64 |
| Binary | 11101101 | 11110 | 10001011 | 0 | 1010111 | 101001 | 111 | 101001000 | 1010101 | 110100 |
Color Harmonies of #ED1E8B
Complementary color
Monochromatic Colors of #ED1E8B
Black with #ED1E8B
Text Example
Text Example
White with #ED1E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1E8B; }
p { color: rgb(237,30,139); }
H1.HeaderClassName
{
color: #ED1E8B;
}
.AnyTagClassName
{
color: #ED1E8B;
}
</style>
background-color css
<style>
a { background-color: #ED1E8B; }
a { background-color: rgb(237,30,139); }
div.DivClassName
{
background-color: #ED1E8B;
}
.BgClassName
{
background-color: #ED1E8B;
}
</style>
border-color css
<style>
span { border-color: #ED1E8B; }
span { border-color: rgb(237,30,139); }
td.TdClassName
{
border-color: #ED1E8B;
}
.TagClassName
{
border-color: #ED1E8B;
}
</style>