Shades of Shocking Pink #EC1AD1
Tints of Shocking Pink #EC1AD1
RGB
CMYK
RGB Variations
Color information
#EC1AD1 (or 0xEC1AD1) is known color: Shocking Pink. HEX triplet: EC, 1A and D1. RGB value is (236,26,209). Sum of RGB (Red+Green+Blue) = 236+26+209=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1AD1 is #13E52E. Grayscale: #6D6D6D. Windows color (decimal): -1303855 or 13703916. OLE color: 13703916.
HSL color Cylindrical-coordinate representation of color #EC1AD1: hue angle of 307.71º 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 #EC1AD1 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 209 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.07 |
| HSL | 307.71º | 0.85% | 0.51% | - |
| HSV(B) | 307.71º | 0.89% | 0.93% | - |
| XYZ | 46.47 | 23.18 | 62.35 | - |
| YUV | 109.65 | 184.07 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 209 | 0 | 0.89 | 0.11 | 0.07 | 307.71 | 0.85 | 0.51 |
| Hex | EC | 1A | D1 | 0 | 59 | B | 7 | 134 | 55 | 33 |
| Octal | 354 | 32 | 321 | 0 | 131 | 13 | 7 | 464 | 125 | 63 |
| Binary | 11101100 | 11010 | 11010001 | 0 | 1011001 | 1011 | 111 | 100110100 | 1010101 | 110011 |
Color Harmonies of #EC1AD1
Complementary color
Monochromatic Colors of #EC1AD1
Black with #EC1AD1
Text Example
Text Example
White with #EC1AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AD1; }
p { color: rgb(236,26,209); }
H1.HeaderClassName
{
color: #EC1AD1;
}
.AnyTagClassName
{
color: #EC1AD1;
}
</style>
background-color css
<style>
a { background-color: #EC1AD1; }
a { background-color: rgb(236,26,209); }
div.DivClassName
{
background-color: #EC1AD1;
}
.BgClassName
{
background-color: #EC1AD1;
}
</style>
border-color css
<style>
span { border-color: #EC1AD1; }
span { border-color: rgb(236,26,209); }
td.TdClassName
{
border-color: #EC1AD1;
}
.TagClassName
{
border-color: #EC1AD1;
}
</style>