Shades of Deep Pink #ED189B
Tints of Deep Pink #ED189B
RGB
CMYK
RGB Variations
Color information
#ED189B (or 0xED189B) is known color: Deep Pink. HEX triplet: ED, 18 and 9B. RGB value is (237,24,155). Sum of RGB (Red+Green+Blue) = 237+24+155=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED189B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED189B is #12E764. Grayscale: #666666. Windows color (decimal): -1238885 or 10164461. OLE color: 10164461.
HSL color Cylindrical-coordinate representation of color #ED189B: hue angle of 323.1º 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 #ED189B is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 155 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.07 |
| HSL | 323.1º | 0.86% | 0.51% | - |
| HSV(B) | 323.1º | 0.9% | 0.93% | - |
| XYZ | 41.17 | 21.02 | 32.9 | - |
| YUV | 102.62 | 157.57 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 155 | 0 | 0.90 | 0.35 | 0.07 | 323.1 | 0.86 | 0.51 |
| Hex | ED | 18 | 9B | 0 | 5A | 23 | 7 | 143 | 56 | 33 |
| Octal | 355 | 30 | 233 | 0 | 132 | 43 | 7 | 503 | 126 | 63 |
| Binary | 11101101 | 11000 | 10011011 | 0 | 1011010 | 100011 | 111 | 101000011 | 1010110 | 110011 |
Color Harmonies of #ED189B
Complementary color
Monochromatic Colors of #ED189B
Black with #ED189B
Text Example
Text Example
White with #ED189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED189B; }
p { color: rgb(237,24,155); }
H1.HeaderClassName
{
color: #ED189B;
}
.AnyTagClassName
{
color: #ED189B;
}
</style>
background-color css
<style>
a { background-color: #ED189B; }
a { background-color: rgb(237,24,155); }
div.DivClassName
{
background-color: #ED189B;
}
.BgClassName
{
background-color: #ED189B;
}
</style>
border-color css
<style>
span { border-color: #ED189B; }
span { border-color: rgb(237,24,155); }
td.TdClassName
{
border-color: #ED189B;
}
.TagClassName
{
border-color: #ED189B;
}
</style>