Shades of Deep Pink #ED248F
Tints of Deep Pink #ED248F
RGB
CMYK
RGB Variations
Color information
#ED248F (or 0xED248F) is known color: Deep Pink. HEX triplet: ED, 24 and 8F. RGB value is (237,36,143). Sum of RGB (Red+Green+Blue) = 237+36+143=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED248F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED248F is #12DB70. Grayscale: #6C6C6C. Windows color (decimal): -1235825 or 9381101. OLE color: 9381101.
HSL color Cylindrical-coordinate representation of color #ED248F: hue angle of 328.06º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED248F is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 143 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.07 |
| HSL | 328.06º | 0.85% | 0.54% | - |
| HSV(B) | 328.06º | 0.85% | 0.93% | - |
| XYZ | 40.51 | 21.25 | 27.95 | - |
| YUV | 108.3 | 147.59 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 143 | 0 | 0.85 | 0.40 | 0.07 | 328.06 | 0.85 | 0.54 |
| Hex | ED | 24 | 8F | 0 | 55 | 28 | 7 | 148 | 55 | 36 |
| Octal | 355 | 44 | 217 | 0 | 125 | 50 | 7 | 510 | 125 | 66 |
| Binary | 11101101 | 100100 | 10001111 | 0 | 1010101 | 101000 | 111 | 101001000 | 1010101 | 110110 |
Color Harmonies of #ED248F
Complementary color
Monochromatic Colors of #ED248F
Black with #ED248F
Text Example
Text Example
White with #ED248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED248F; }
p { color: rgb(237,36,143); }
H1.HeaderClassName
{
color: #ED248F;
}
.AnyTagClassName
{
color: #ED248F;
}
</style>
background-color css
<style>
a { background-color: #ED248F; }
a { background-color: rgb(237,36,143); }
div.DivClassName
{
background-color: #ED248F;
}
.BgClassName
{
background-color: #ED248F;
}
</style>
border-color css
<style>
span { border-color: #ED248F; }
span { border-color: rgb(237,36,143); }
td.TdClassName
{
border-color: #ED248F;
}
.TagClassName
{
border-color: #ED248F;
}
</style>