Shades of Deep Pink #ED238F
Tints of Deep Pink #ED238F
RGB
CMYK
RGB Variations
Color information
#ED238F (or 0xED238F) is known color: Deep Pink. HEX triplet: ED, 23 and 8F. RGB value is (237,35,143). Sum of RGB (Red+Green+Blue) = 237+35+143=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED238F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED238F is #12DC70. Grayscale: #6B6B6B. Windows color (decimal): -1236081 or 9380845. OLE color: 9380845.
HSL color Cylindrical-coordinate representation of color #ED238F: hue angle of 327.92º 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 #ED238F is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 143 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.07 |
| HSL | 327.92º | 0.85% | 0.53% | - |
| HSV(B) | 327.92º | 0.85% | 0.93% | - |
| XYZ | 40.48 | 21.19 | 27.94 | - |
| YUV | 107.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 143 | 0 | 0.85 | 0.40 | 0.07 | 327.92 | 0.85 | 0.53 |
| Hex | ED | 23 | 8F | 0 | 55 | 28 | 7 | 148 | 55 | 35 |
| Octal | 355 | 43 | 217 | 0 | 125 | 50 | 7 | 510 | 125 | 65 |
| Binary | 11101101 | 100011 | 10001111 | 0 | 1010101 | 101000 | 111 | 101001000 | 1010101 | 110101 |
Color Harmonies of #ED238F
Complementary color
Monochromatic Colors of #ED238F
Black with #ED238F
Text Example
Text Example
White with #ED238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED238F; }
p { color: rgb(237,35,143); }
H1.HeaderClassName
{
color: #ED238F;
}
.AnyTagClassName
{
color: #ED238F;
}
</style>
background-color css
<style>
a { background-color: #ED238F; }
a { background-color: rgb(237,35,143); }
div.DivClassName
{
background-color: #ED238F;
}
.BgClassName
{
background-color: #ED238F;
}
</style>
border-color css
<style>
span { border-color: #ED238F; }
span { border-color: rgb(237,35,143); }
td.TdClassName
{
border-color: #ED238F;
}
.TagClassName
{
border-color: #ED238F;
}
</style>