Shades of Shocking Pink #ED1ADB
Tints of Shocking Pink #ED1ADB
RGB
CMYK
RGB Variations
Color information
#ED1ADB (or 0xED1ADB) is known color: Shocking Pink. HEX triplet: ED, 1A and DB. RGB value is (237,26,219). Sum of RGB (Red+Green+Blue) = 237+26+219=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1ADB is #12E524. Grayscale: #6E6E6E. Windows color (decimal): -1238309 or 14359277. OLE color: 14359277.
HSL color Cylindrical-coordinate representation of color #ED1ADB: hue angle of 305.12º 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 #ED1ADB is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 26 | 219 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.07 |
| HSL | 305.12º | 0.85% | 0.52% | - |
| HSV(B) | 305.12º | 0.89% | 0.93% | - |
| XYZ | 48.08 | 23.86 | 69.09 | - |
| YUV | 111.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 26 | 219 | 0 | 0.89 | 0.08 | 0.07 | 305.12 | 0.85 | 0.52 |
| Hex | ED | 1A | DB | 0 | 59 | 8 | 7 | 131 | 55 | 34 |
| Octal | 355 | 32 | 333 | 0 | 131 | 10 | 7 | 461 | 125 | 64 |
| Binary | 11101101 | 11010 | 11011011 | 0 | 1011001 | 1000 | 111 | 100110001 | 1010101 | 110100 |
Color Harmonies of #ED1ADB
Complementary color
Monochromatic Colors of #ED1ADB
Black with #ED1ADB
Text Example
Text Example
White with #ED1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1ADB; }
p { color: rgb(237,26,219); }
H1.HeaderClassName
{
color: #ED1ADB;
}
.AnyTagClassName
{
color: #ED1ADB;
}
</style>
background-color css
<style>
a { background-color: #ED1ADB; }
a { background-color: rgb(237,26,219); }
div.DivClassName
{
background-color: #ED1ADB;
}
.BgClassName
{
background-color: #ED1ADB;
}
</style>
border-color css
<style>
span { border-color: #ED1ADB; }
span { border-color: rgb(237,26,219); }
td.TdClassName
{
border-color: #ED1ADB;
}
.TagClassName
{
border-color: #ED1ADB;
}
</style>