Shades of Deep Pink #ED238D
Tints of Deep Pink #ED238D
RGB
CMYK
RGB Variations
Color information
#ED238D (or 0xED238D) is known color: Deep Pink. HEX triplet: ED, 23 and 8D. RGB value is (237,35,141). Sum of RGB (Red+Green+Blue) = 237+35+141=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED238D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED238D is #12DC72. Grayscale: #6B6B6B. Windows color (decimal): -1236083 or 9249773. OLE color: 9249773.
HSL color Cylindrical-coordinate representation of color #ED238D: hue angle of 328.51º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED238D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 141 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.07 |
| HSL | 328.51º | 0.85% | 0.53% | - |
| HSV(B) | 328.51º | 0.85% | 0.93% | - |
| XYZ | 40.33 | 21.13 | 27.15 | - |
| YUV | 107.48 | 146.92 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 141 | 0 | 0.85 | 0.41 | 0.07 | 328.51 | 0.85 | 0.53 |
| Hex | ED | 23 | 8D | 0 | 55 | 29 | 7 | 149 | 55 | 35 |
| Octal | 355 | 43 | 215 | 0 | 125 | 51 | 7 | 511 | 125 | 65 |
| Binary | 11101101 | 100011 | 10001101 | 0 | 1010101 | 101001 | 111 | 101001001 | 1010101 | 110101 |
Color Harmonies of #ED238D
Complementary color
Monochromatic Colors of #ED238D
Black with #ED238D
Text Example
Text Example
White with #ED238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED238D; }
p { color: rgb(237,35,141); }
H1.HeaderClassName
{
color: #ED238D;
}
.AnyTagClassName
{
color: #ED238D;
}
</style>
background-color css
<style>
a { background-color: #ED238D; }
a { background-color: rgb(237,35,141); }
div.DivClassName
{
background-color: #ED238D;
}
.BgClassName
{
background-color: #ED238D;
}
</style>
border-color css
<style>
span { border-color: #ED238D; }
span { border-color: rgb(237,35,141); }
td.TdClassName
{
border-color: #ED238D;
}
.TagClassName
{
border-color: #ED238D;
}
</style>