Shades of Deep Pink #ED168A
Tints of Deep Pink #ED168A
RGB
CMYK
RGB Variations
Color information
#ED168A (or 0xED168A) is known color: Deep Pink. HEX triplet: ED, 16 and 8A. RGB value is (237,22,138). Sum of RGB (Red+Green+Blue) = 237+22+138=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED168A is #12E975. Grayscale: #636363. Windows color (decimal): -1239414 or 9049837. OLE color: 9049837.
HSL color Cylindrical-coordinate representation of color #ED168A: hue angle of 327.63º 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 #ED168A is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 138 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.07 |
| HSL | 327.63º | 0.86% | 0.51% | - |
| HSV(B) | 327.63º | 0.91% | 0.93% | - |
| XYZ | 39.8 | 20.41 | 25.89 | - |
| YUV | 99.51 | 149.73 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 138 | 0 | 0.91 | 0.42 | 0.07 | 327.63 | 0.86 | 0.51 |
| Hex | ED | 16 | 8A | 0 | 5B | 2A | 7 | 148 | 56 | 33 |
| Octal | 355 | 26 | 212 | 0 | 133 | 52 | 7 | 510 | 126 | 63 |
| Binary | 11101101 | 10110 | 10001010 | 0 | 1011011 | 101010 | 111 | 101001000 | 1010110 | 110011 |
Color Harmonies of #ED168A
Complementary color
Monochromatic Colors of #ED168A
Black with #ED168A
Text Example
Text Example
White with #ED168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED168A; }
p { color: rgb(237,22,138); }
H1.HeaderClassName
{
color: #ED168A;
}
.AnyTagClassName
{
color: #ED168A;
}
</style>
background-color css
<style>
a { background-color: #ED168A; }
a { background-color: rgb(237,22,138); }
div.DivClassName
{
background-color: #ED168A;
}
.BgClassName
{
background-color: #ED168A;
}
</style>
border-color css
<style>
span { border-color: #ED168A; }
span { border-color: rgb(237,22,138); }
td.TdClassName
{
border-color: #ED168A;
}
.TagClassName
{
border-color: #ED168A;
}
</style>