Shades of Deep Pink #ED158B
Tints of Deep Pink #ED158B
RGB
CMYK
RGB Variations
Color information
#ED158B (or 0xED158B) is known color: Deep Pink. HEX triplet: ED, 15 and 8B. RGB value is (237,21,139). Sum of RGB (Red+Green+Blue) = 237+21+139=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED158B is #12EA74. Grayscale: #626262. Windows color (decimal): -1239669 or 9115117. OLE color: 9115117.
HSL color Cylindrical-coordinate representation of color #ED158B: hue angle of 327.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED158B is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 139 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.07 |
| HSL | 327.22º | 0.86% | 0.51% | - |
| HSV(B) | 327.22º | 0.91% | 0.93% | - |
| XYZ | 39.85 | 20.4 | 26.26 | - |
| YUV | 99.04 | 150.56 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 139 | 0 | 0.91 | 0.41 | 0.07 | 327.22 | 0.86 | 0.51 |
| Hex | ED | 15 | 8B | 0 | 5B | 29 | 7 | 147 | 56 | 33 |
| Octal | 355 | 25 | 213 | 0 | 133 | 51 | 7 | 507 | 126 | 63 |
| Binary | 11101101 | 10101 | 10001011 | 0 | 1011011 | 101001 | 111 | 101000111 | 1010110 | 110011 |
Color Harmonies of #ED158B
Complementary color
Monochromatic Colors of #ED158B
Black with #ED158B
Text Example
Text Example
White with #ED158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED158B; }
p { color: rgb(237,21,139); }
H1.HeaderClassName
{
color: #ED158B;
}
.AnyTagClassName
{
color: #ED158B;
}
</style>
background-color css
<style>
a { background-color: #ED158B; }
a { background-color: rgb(237,21,139); }
div.DivClassName
{
background-color: #ED158B;
}
.BgClassName
{
background-color: #ED158B;
}
</style>
border-color css
<style>
span { border-color: #ED158B; }
span { border-color: rgb(237,21,139); }
td.TdClassName
{
border-color: #ED158B;
}
.TagClassName
{
border-color: #ED158B;
}
</style>