Shades of Deep Pink #ED189E
Tints of Deep Pink #ED189E
RGB
CMYK
RGB Variations
Color information
#ED189E (or 0xED189E) is known color: Deep Pink. HEX triplet: ED, 18 and 9E. RGB value is (237,24,158). Sum of RGB (Red+Green+Blue) = 237+24+158=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED189E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED189E is #12E761. Grayscale: #666666. Windows color (decimal): -1238882 or 10361069. OLE color: 10361069.
HSL color Cylindrical-coordinate representation of color #ED189E: hue angle of 322.25º 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 #ED189E is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 158 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.07 |
| HSL | 322.25º | 0.86% | 0.51% | - |
| HSV(B) | 322.25º | 0.9% | 0.93% | - |
| XYZ | 41.42 | 21.13 | 34.24 | - |
| YUV | 102.96 | 159.07 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 158 | 0 | 0.90 | 0.33 | 0.07 | 322.25 | 0.86 | 0.51 |
| Hex | ED | 18 | 9E | 0 | 5A | 21 | 7 | 142 | 56 | 33 |
| Octal | 355 | 30 | 236 | 0 | 132 | 41 | 7 | 502 | 126 | 63 |
| Binary | 11101101 | 11000 | 10011110 | 0 | 1011010 | 100001 | 111 | 101000010 | 1010110 | 110011 |
Color Harmonies of #ED189E
Complementary color
Monochromatic Colors of #ED189E
Black with #ED189E
Text Example
Text Example
White with #ED189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED189E; }
p { color: rgb(237,24,158); }
H1.HeaderClassName
{
color: #ED189E;
}
.AnyTagClassName
{
color: #ED189E;
}
</style>
background-color css
<style>
a { background-color: #ED189E; }
a { background-color: rgb(237,24,158); }
div.DivClassName
{
background-color: #ED189E;
}
.BgClassName
{
background-color: #ED189E;
}
</style>
border-color css
<style>
span { border-color: #ED189E; }
span { border-color: rgb(237,24,158); }
td.TdClassName
{
border-color: #ED189E;
}
.TagClassName
{
border-color: #ED189E;
}
</style>