Shades of Deep Pink #ED139B
Tints of Deep Pink #ED139B
RGB
CMYK
RGB Variations
Color information
#ED139B (or 0xED139B) is known color: Deep Pink. HEX triplet: ED, 13 and 9B. RGB value is (237,19,155). Sum of RGB (Red+Green+Blue) = 237+19+155=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED139B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED139B is #12EC64. Grayscale: #636363. Windows color (decimal): -1240165 or 10163181. OLE color: 10163181.
HSL color Cylindrical-coordinate representation of color #ED139B: hue angle of 322.57º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED139B is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 155 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.07 |
| HSL | 322.57º | 0.86% | 0.5% | - |
| HSV(B) | 322.57º | 0.92% | 0.93% | - |
| XYZ | 41.07 | 20.84 | 32.87 | - |
| YUV | 99.69 | 159.22 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 155 | 0 | 0.92 | 0.35 | 0.07 | 322.57 | 0.86 | 0.5 |
| Hex | ED | 13 | 9B | 0 | 5C | 23 | 7 | 143 | 56 | 32 |
| Octal | 355 | 23 | 233 | 0 | 134 | 43 | 7 | 503 | 126 | 62 |
| Binary | 11101101 | 10011 | 10011011 | 0 | 1011100 | 100011 | 111 | 101000011 | 1010110 | 110010 |
Color Harmonies of #ED139B
Complementary color
Monochromatic Colors of #ED139B
Black with #ED139B
Text Example
Text Example
White with #ED139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED139B; }
p { color: rgb(237,19,155); }
H1.HeaderClassName
{
color: #ED139B;
}
.AnyTagClassName
{
color: #ED139B;
}
</style>
background-color css
<style>
a { background-color: #ED139B; }
a { background-color: rgb(237,19,155); }
div.DivClassName
{
background-color: #ED139B;
}
.BgClassName
{
background-color: #ED139B;
}
</style>
border-color css
<style>
span { border-color: #ED139B; }
span { border-color: rgb(237,19,155); }
td.TdClassName
{
border-color: #ED139B;
}
.TagClassName
{
border-color: #ED139B;
}
</style>