Shades of Deep Pink #ED1B96
Tints of Deep Pink #ED1B96
RGB
CMYK
RGB Variations
Color information
#ED1B96 (or 0xED1B96) is known color: Deep Pink. HEX triplet: ED, 1B and 96. RGB value is (237,27,150). Sum of RGB (Red+Green+Blue) = 237+27+150=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1B96 is #12E469. Grayscale: #676767. Windows color (decimal): -1238122 or 9837549. OLE color: 9837549.
HSL color Cylindrical-coordinate representation of color #ED1B96: hue angle of 324.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1B96 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 27 | 150 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.07 |
| HSL | 324.86º | 0.85% | 0.52% | - |
| HSV(B) | 324.86º | 0.89% | 0.93% | - |
| XYZ | 40.82 | 20.99 | 30.75 | - |
| YUV | 103.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 150 | 0 | 0.89 | 0.37 | 0.07 | 324.86 | 0.85 | 0.52 |
| Hex | ED | 1B | 96 | 0 | 59 | 25 | 7 | 145 | 55 | 34 |
| Octal | 355 | 33 | 226 | 0 | 131 | 45 | 7 | 505 | 125 | 64 |
| Binary | 11101101 | 11011 | 10010110 | 0 | 1011001 | 100101 | 111 | 101000101 | 1010101 | 110100 |
Color Harmonies of #ED1B96
Complementary color
Monochromatic Colors of #ED1B96
Black with #ED1B96
Text Example
Text Example
White with #ED1B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1B96; }
p { color: rgb(237,27,150); }
H1.HeaderClassName
{
color: #ED1B96;
}
.AnyTagClassName
{
color: #ED1B96;
}
</style>
background-color css
<style>
a { background-color: #ED1B96; }
a { background-color: rgb(237,27,150); }
div.DivClassName
{
background-color: #ED1B96;
}
.BgClassName
{
background-color: #ED1B96;
}
</style>
border-color css
<style>
span { border-color: #ED1B96; }
span { border-color: rgb(237,27,150); }
td.TdClassName
{
border-color: #ED1B96;
}
.TagClassName
{
border-color: #ED1B96;
}
</style>