Shades of Deep Pink #ED197B
Tints of Deep Pink #ED197B
RGB
CMYK
RGB Variations
Color information
#ED197B (or 0xED197B) is known color: Deep Pink. HEX triplet: ED, 19 and 7B. RGB value is (237,25,123). Sum of RGB (Red+Green+Blue) = 237+25+123=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED197B is #12E684. Grayscale: #636363. Windows color (decimal): -1238661 or 8067565. OLE color: 8067565.
HSL color Cylindrical-coordinate representation of color #ED197B: hue angle of 332.26º 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 #ED197B is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 123 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.07 |
| HSL | 332.26º | 0.85% | 0.51% | - |
| HSV(B) | 332.26º | 0.89% | 0.93% | - |
| XYZ | 38.85 | 20.13 | 20.58 | - |
| YUV | 99.56 | 141.24 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 123 | 0 | 0.89 | 0.48 | 0.07 | 332.26 | 0.85 | 0.51 |
| Hex | ED | 19 | 7B | 0 | 59 | 30 | 7 | 14C | 55 | 33 |
| Octal | 355 | 31 | 173 | 0 | 131 | 60 | 7 | 514 | 125 | 63 |
| Binary | 11101101 | 11001 | 1111011 | 0 | 1011001 | 110000 | 111 | 101001100 | 1010101 | 110011 |
Color Harmonies of #ED197B
Complementary color
Monochromatic Colors of #ED197B
Black with #ED197B
Text Example
Text Example
White with #ED197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED197B; }
p { color: rgb(237,25,123); }
H1.HeaderClassName
{
color: #ED197B;
}
.AnyTagClassName
{
color: #ED197B;
}
</style>
background-color css
<style>
a { background-color: #ED197B; }
a { background-color: rgb(237,25,123); }
div.DivClassName
{
background-color: #ED197B;
}
.BgClassName
{
background-color: #ED197B;
}
</style>
border-color css
<style>
span { border-color: #ED197B; }
span { border-color: rgb(237,25,123); }
td.TdClassName
{
border-color: #ED197B;
}
.TagClassName
{
border-color: #ED197B;
}
</style>