Shades of Deep Pink #ED188F
Tints of Deep Pink #ED188F
RGB
CMYK
RGB Variations
Color information
#ED188F (or 0xED188F) is known color: Deep Pink. HEX triplet: ED, 18 and 8F. RGB value is (237,24,143). Sum of RGB (Red+Green+Blue) = 237+24+143=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED188F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED188F is #12E770. Grayscale: #646464. Windows color (decimal): -1238897 or 9378029. OLE color: 9378029.
HSL color Cylindrical-coordinate representation of color #ED188F: hue angle of 326.48º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED188F is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 143 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.07 |
| HSL | 326.48º | 0.86% | 0.51% | - |
| HSV(B) | 326.48º | 0.9% | 0.93% | - |
| XYZ | 40.21 | 20.64 | 27.85 | - |
| YUV | 101.25 | 151.57 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 143 | 0 | 0.90 | 0.40 | 0.07 | 326.48 | 0.86 | 0.51 |
| Hex | ED | 18 | 8F | 0 | 5A | 28 | 7 | 146 | 56 | 33 |
| Octal | 355 | 30 | 217 | 0 | 132 | 50 | 7 | 506 | 126 | 63 |
| Binary | 11101101 | 11000 | 10001111 | 0 | 1011010 | 101000 | 111 | 101000110 | 1010110 | 110011 |
Color Harmonies of #ED188F
Complementary color
Monochromatic Colors of #ED188F
Black with #ED188F
Text Example
Text Example
White with #ED188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED188F; }
p { color: rgb(237,24,143); }
H1.HeaderClassName
{
color: #ED188F;
}
.AnyTagClassName
{
color: #ED188F;
}
</style>
background-color css
<style>
a { background-color: #ED188F; }
a { background-color: rgb(237,24,143); }
div.DivClassName
{
background-color: #ED188F;
}
.BgClassName
{
background-color: #ED188F;
}
</style>
border-color css
<style>
span { border-color: #ED188F; }
span { border-color: rgb(237,24,143); }
td.TdClassName
{
border-color: #ED188F;
}
.TagClassName
{
border-color: #ED188F;
}
</style>