Shades of Deep Pink #ED228D
Tints of Deep Pink #ED228D
RGB
CMYK
RGB Variations
Color information
#ED228D (or 0xED228D) is known color: Deep Pink. HEX triplet: ED, 22 and 8D. RGB value is (237,34,141). Sum of RGB (Red+Green+Blue) = 237+34+141=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED228D is #12DD72. Grayscale: #6A6A6A. Windows color (decimal): -1236339 or 9249517. OLE color: 9249517.
HSL color Cylindrical-coordinate representation of color #ED228D: hue angle of 328.37º 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 #ED228D is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 141 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.07 |
| HSL | 328.37º | 0.85% | 0.53% | - |
| HSV(B) | 328.37º | 0.86% | 0.93% | - |
| XYZ | 40.3 | 21.07 | 27.14 | - |
| YUV | 106.9 | 147.25 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 141 | 0 | 0.86 | 0.41 | 0.07 | 328.37 | 0.85 | 0.53 |
| Hex | ED | 22 | 8D | 0 | 56 | 29 | 7 | 148 | 55 | 35 |
| Octal | 355 | 42 | 215 | 0 | 126 | 51 | 7 | 510 | 125 | 65 |
| Binary | 11101101 | 100010 | 10001101 | 0 | 1010110 | 101001 | 111 | 101001000 | 1010101 | 110101 |
Color Harmonies of #ED228D
Complementary color
Monochromatic Colors of #ED228D
Black with #ED228D
Text Example
Text Example
White with #ED228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED228D; }
p { color: rgb(237,34,141); }
H1.HeaderClassName
{
color: #ED228D;
}
.AnyTagClassName
{
color: #ED228D;
}
</style>
background-color css
<style>
a { background-color: #ED228D; }
a { background-color: rgb(237,34,141); }
div.DivClassName
{
background-color: #ED228D;
}
.BgClassName
{
background-color: #ED228D;
}
</style>
border-color css
<style>
span { border-color: #ED228D; }
span { border-color: rgb(237,34,141); }
td.TdClassName
{
border-color: #ED228D;
}
.TagClassName
{
border-color: #ED228D;
}
</style>