Shades of Deep Pink #ED218A
Tints of Deep Pink #ED218A
RGB
CMYK
RGB Variations
Color information
#ED218A (or 0xED218A) is known color: Deep Pink. HEX triplet: ED, 21 and 8A. RGB value is (237,33,138). Sum of RGB (Red+Green+Blue) = 237+33+138=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED218A is #12DE75. Grayscale: #696969. Windows color (decimal): -1236598 or 9052653. OLE color: 9052653.
HSL color Cylindrical-coordinate representation of color #ED218A: hue angle of 329.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED218A is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 138 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.07 |
| HSL | 329.12º | 0.85% | 0.53% | - |
| HSV(B) | 329.12º | 0.86% | 0.93% | - |
| XYZ | 40.06 | 20.93 | 25.97 | - |
| YUV | 105.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 138 | 0 | 0.86 | 0.42 | 0.07 | 329.12 | 0.85 | 0.53 |
| Hex | ED | 21 | 8A | 0 | 56 | 2A | 7 | 149 | 55 | 35 |
| Octal | 355 | 41 | 212 | 0 | 126 | 52 | 7 | 511 | 125 | 65 |
| Binary | 11101101 | 100001 | 10001010 | 0 | 1010110 | 101010 | 111 | 101001001 | 1010101 | 110101 |
Color Harmonies of #ED218A
Complementary color
Monochromatic Colors of #ED218A
Black with #ED218A
Text Example
Text Example
White with #ED218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED218A; }
p { color: rgb(237,33,138); }
H1.HeaderClassName
{
color: #ED218A;
}
.AnyTagClassName
{
color: #ED218A;
}
</style>
background-color css
<style>
a { background-color: #ED218A; }
a { background-color: rgb(237,33,138); }
div.DivClassName
{
background-color: #ED218A;
}
.BgClassName
{
background-color: #ED218A;
}
</style>
border-color css
<style>
span { border-color: #ED218A; }
span { border-color: rgb(237,33,138); }
td.TdClassName
{
border-color: #ED218A;
}
.TagClassName
{
border-color: #ED218A;
}
</style>