Shades of Deep Pink #ED198D
Tints of Deep Pink #ED198D
RGB
CMYK
RGB Variations
Color information
#ED198D (or 0xED198D) is known color: Deep Pink. HEX triplet: ED, 19 and 8D. RGB value is (237,25,141). Sum of RGB (Red+Green+Blue) = 237+25+141=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED198D is #12E672. Grayscale: #656565. Windows color (decimal): -1238643 or 9247213. OLE color: 9247213.
HSL color Cylindrical-coordinate representation of color #ED198D: hue angle of 327.17º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED198D is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 141 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.07 |
| HSL | 327.17º | 0.85% | 0.51% | - |
| HSV(B) | 327.17º | 0.89% | 0.93% | - |
| XYZ | 40.08 | 20.62 | 27.07 | - |
| YUV | 101.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 141 | 0 | 0.89 | 0.41 | 0.07 | 327.17 | 0.85 | 0.51 |
| Hex | ED | 19 | 8D | 0 | 59 | 29 | 7 | 147 | 55 | 33 |
| Octal | 355 | 31 | 215 | 0 | 131 | 51 | 7 | 507 | 125 | 63 |
| Binary | 11101101 | 11001 | 10001101 | 0 | 1011001 | 101001 | 111 | 101000111 | 1010101 | 110011 |
Color Harmonies of #ED198D
Complementary color
Monochromatic Colors of #ED198D
Black with #ED198D
Text Example
Text Example
White with #ED198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED198D; }
p { color: rgb(237,25,141); }
H1.HeaderClassName
{
color: #ED198D;
}
.AnyTagClassName
{
color: #ED198D;
}
</style>
background-color css
<style>
a { background-color: #ED198D; }
a { background-color: rgb(237,25,141); }
div.DivClassName
{
background-color: #ED198D;
}
.BgClassName
{
background-color: #ED198D;
}
</style>
border-color css
<style>
span { border-color: #ED198D; }
span { border-color: rgb(237,25,141); }
td.TdClassName
{
border-color: #ED198D;
}
.TagClassName
{
border-color: #ED198D;
}
</style>