Shades of Shocking Pink #EC15D3
Tints of Shocking Pink #EC15D3
RGB
CMYK
RGB Variations
Color information
#EC15D3 (or 0xEC15D3) is known color: Shocking Pink. HEX triplet: EC, 15 and D3. RGB value is (236,21,211). Sum of RGB (Red+Green+Blue) = 236+21+211=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15D3 is #13EA2C. Grayscale: #6A6A6A. Windows color (decimal): -1305133 or 13833708. OLE color: 13833708.
HSL color Cylindrical-coordinate representation of color #EC15D3: hue angle of 306.98º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15D3 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 211 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.07 |
| HSL | 306.98º | 0.85% | 0.5% | - |
| HSV(B) | 306.98º | 0.91% | 0.93% | - |
| XYZ | 46.62 | 23.07 | 63.62 | - |
| YUV | 106.95 | 186.73 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 211 | 0 | 0.91 | 0.11 | 0.07 | 306.98 | 0.85 | 0.5 |
| Hex | EC | 15 | D3 | 0 | 5B | B | 7 | 133 | 55 | 32 |
| Octal | 354 | 25 | 323 | 0 | 133 | 13 | 7 | 463 | 125 | 62 |
| Binary | 11101100 | 10101 | 11010011 | 0 | 1011011 | 1011 | 111 | 100110011 | 1010101 | 110010 |
Color Harmonies of #EC15D3
Complementary color
Monochromatic Colors of #EC15D3
Black with #EC15D3
Text Example
Text Example
White with #EC15D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15D3; }
p { color: rgb(236,21,211); }
H1.HeaderClassName
{
color: #EC15D3;
}
.AnyTagClassName
{
color: #EC15D3;
}
</style>
background-color css
<style>
a { background-color: #EC15D3; }
a { background-color: rgb(236,21,211); }
div.DivClassName
{
background-color: #EC15D3;
}
.BgClassName
{
background-color: #EC15D3;
}
</style>
border-color css
<style>
span { border-color: #EC15D3; }
span { border-color: rgb(236,21,211); }
td.TdClassName
{
border-color: #EC15D3;
}
.TagClassName
{
border-color: #EC15D3;
}
</style>