Shades of Shocking Pink #EC15B5
Tints of Shocking Pink #EC15B5
RGB
CMYK
RGB Variations
Color information
#EC15B5 (or 0xEC15B5) is known color: Shocking Pink. HEX triplet: EC, 15 and B5. RGB value is (236,21,181). Sum of RGB (Red+Green+Blue) = 236+21+181=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15B5 is #13EA4A. Grayscale: #676767. Windows color (decimal): -1305163 or 11867628. OLE color: 11867628.
HSL color Cylindrical-coordinate representation of color #EC15B5: hue angle of 315.35º 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 #EC15B5 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 181 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.07 |
| HSL | 315.35º | 0.85% | 0.5% | - |
| HSV(B) | 315.35º | 0.91% | 0.93% | - |
| XYZ | 43.2 | 21.71 | 45.63 | - |
| YUV | 103.53 | 171.73 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 181 | 0 | 0.91 | 0.23 | 0.07 | 315.35 | 0.85 | 0.5 |
| Hex | EC | 15 | B5 | 0 | 5B | 17 | 7 | 13B | 55 | 32 |
| Octal | 354 | 25 | 265 | 0 | 133 | 27 | 7 | 473 | 125 | 62 |
| Binary | 11101100 | 10101 | 10110101 | 0 | 1011011 | 10111 | 111 | 100111011 | 1010101 | 110010 |
Color Harmonies of #EC15B5
Complementary color
Monochromatic Colors of #EC15B5
Black with #EC15B5
Text Example
Text Example
White with #EC15B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15B5; }
p { color: rgb(236,21,181); }
H1.HeaderClassName
{
color: #EC15B5;
}
.AnyTagClassName
{
color: #EC15B5;
}
</style>
background-color css
<style>
a { background-color: #EC15B5; }
a { background-color: rgb(236,21,181); }
div.DivClassName
{
background-color: #EC15B5;
}
.BgClassName
{
background-color: #EC15B5;
}
</style>
border-color css
<style>
span { border-color: #EC15B5; }
span { border-color: rgb(236,21,181); }
td.TdClassName
{
border-color: #EC15B5;
}
.TagClassName
{
border-color: #EC15B5;
}
</style>