Shades of Deep Pink #ED1F8A
Tints of Deep Pink #ED1F8A
RGB
CMYK
RGB Variations
Color information
#ED1F8A (or 0xED1F8A) is known color: Deep Pink. HEX triplet: ED, 1F and 8A. RGB value is (237,31,138). Sum of RGB (Red+Green+Blue) = 237+31+138=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1F8A is #12E075. Grayscale: #686868. Windows color (decimal): -1237110 or 9052141. OLE color: 9052141.
HSL color Cylindrical-coordinate representation of color #ED1F8A: hue angle of 328.83º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1F8A is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 138 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.07 |
| HSL | 328.84º | 0.85% | 0.53% | - |
| HSV(B) | 328.84º | 0.87% | 0.93% | - |
| XYZ | 40 | 20.82 | 25.95 | - |
| YUV | 104.79 | 146.75 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 138 | 0 | 0.87 | 0.42 | 0.07 | 328.84 | 0.85 | 0.53 |
| Hex | ED | 1F | 8A | 0 | 57 | 2A | 7 | 149 | 55 | 35 |
| Octal | 355 | 37 | 212 | 0 | 127 | 52 | 7 | 511 | 125 | 65 |
| Binary | 11101101 | 11111 | 10001010 | 0 | 1010111 | 101010 | 111 | 101001001 | 1010101 | 110101 |
Color Harmonies of #ED1F8A
Complementary color
Monochromatic Colors of #ED1F8A
Black with #ED1F8A
Text Example
Text Example
White with #ED1F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F8A; }
p { color: rgb(237,31,138); }
H1.HeaderClassName
{
color: #ED1F8A;
}
.AnyTagClassName
{
color: #ED1F8A;
}
</style>
background-color css
<style>
a { background-color: #ED1F8A; }
a { background-color: rgb(237,31,138); }
div.DivClassName
{
background-color: #ED1F8A;
}
.BgClassName
{
background-color: #ED1F8A;
}
</style>
border-color css
<style>
span { border-color: #ED1F8A; }
span { border-color: rgb(237,31,138); }
td.TdClassName
{
border-color: #ED1F8A;
}
.TagClassName
{
border-color: #ED1F8A;
}
</style>