Shades of Deep Pink #ED178A
Tints of Deep Pink #ED178A
RGB
CMYK
RGB Variations
Color information
#ED178A (or 0xED178A) is known color: Deep Pink. HEX triplet: ED, 17 and 8A. RGB value is (237,23,138). Sum of RGB (Red+Green+Blue) = 237+23+138=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED178A is #12E875. Grayscale: #636363. Windows color (decimal): -1239158 or 9050093. OLE color: 9050093.
HSL color Cylindrical-coordinate representation of color #ED178A: hue angle of 327.76º 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 #ED178A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.07 |
| HSL | 327.76º | 0.86% | 0.51% | - |
| HSV(B) | 327.76º | 0.9% | 0.93% | - |
| XYZ | 39.82 | 20.45 | 25.89 | - |
| YUV | 100.1 | 149.4 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 138 | 0 | 0.90 | 0.42 | 0.07 | 327.76 | 0.86 | 0.51 |
| Hex | ED | 17 | 8A | 0 | 5A | 2A | 7 | 148 | 56 | 33 |
| Octal | 355 | 27 | 212 | 0 | 132 | 52 | 7 | 510 | 126 | 63 |
| Binary | 11101101 | 10111 | 10001010 | 0 | 1011010 | 101010 | 111 | 101001000 | 1010110 | 110011 |
Color Harmonies of #ED178A
Complementary color
Monochromatic Colors of #ED178A
Black with #ED178A
Text Example
Text Example
White with #ED178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED178A; }
p { color: rgb(237,23,138); }
H1.HeaderClassName
{
color: #ED178A;
}
.AnyTagClassName
{
color: #ED178A;
}
</style>
background-color css
<style>
a { background-color: #ED178A; }
a { background-color: rgb(237,23,138); }
div.DivClassName
{
background-color: #ED178A;
}
.BgClassName
{
background-color: #ED178A;
}
</style>
border-color css
<style>
span { border-color: #ED178A; }
span { border-color: rgb(237,23,138); }
td.TdClassName
{
border-color: #ED178A;
}
.TagClassName
{
border-color: #ED178A;
}
</style>