Shades of Shocking Pink #ED1AD1
Tints of Shocking Pink #ED1AD1
RGB
CMYK
RGB Variations
Color information
#ED1AD1 (or 0xED1AD1) is known color: Shocking Pink. HEX triplet: ED, 1A and D1. RGB value is (237,26,209). Sum of RGB (Red+Green+Blue) = 237+26+209=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1AD1 is #12E52E. Grayscale: #6D6D6D. Windows color (decimal): -1238319 or 13703917. OLE color: 13703917.
HSL color Cylindrical-coordinate representation of color #ED1AD1: hue angle of 307.96º 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 #ED1AD1 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 26 | 209 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.07 |
| HSL | 307.96º | 0.85% | 0.52% | - |
| HSV(B) | 307.96º | 0.89% | 0.93% | - |
| XYZ | 46.8 | 23.35 | 62.36 | - |
| YUV | 109.95 | 183.9 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 26 | 209 | 0 | 0.89 | 0.12 | 0.07 | 307.96 | 0.85 | 0.52 |
| Hex | ED | 1A | D1 | 0 | 59 | C | 7 | 134 | 55 | 34 |
| Octal | 355 | 32 | 321 | 0 | 131 | 14 | 7 | 464 | 125 | 64 |
| Binary | 11101101 | 11010 | 11010001 | 0 | 1011001 | 1100 | 111 | 100110100 | 1010101 | 110100 |
Color Harmonies of #ED1AD1
Complementary color
Monochromatic Colors of #ED1AD1
Black with #ED1AD1
Text Example
Text Example
White with #ED1AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1AD1; }
p { color: rgb(237,26,209); }
H1.HeaderClassName
{
color: #ED1AD1;
}
.AnyTagClassName
{
color: #ED1AD1;
}
</style>
background-color css
<style>
a { background-color: #ED1AD1; }
a { background-color: rgb(237,26,209); }
div.DivClassName
{
background-color: #ED1AD1;
}
.BgClassName
{
background-color: #ED1AD1;
}
</style>
border-color css
<style>
span { border-color: #ED1AD1; }
span { border-color: rgb(237,26,209); }
td.TdClassName
{
border-color: #ED1AD1;
}
.TagClassName
{
border-color: #ED1AD1;
}
</style>