Shades of Shocking Pink #EC0DB4
Tints of Shocking Pink #EC0DB4
RGB
CMYK
RGB Variations
Color information
#EC0DB4 (or 0xEC0DB4) is known color: Shocking Pink. HEX triplet: EC, 0D and B4. RGB value is (236,13,180). Sum of RGB (Red+Green+Blue) = 236+13+180=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DB4 is #13F24B. Grayscale: #626262. Windows color (decimal): -1307212 or 11800044. OLE color: 11800044.
HSL color Cylindrical-coordinate representation of color #EC0DB4: hue angle of 315.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0DB4 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 180 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.07 |
| HSL | 315.07º | 0.9% | 0.49% | - |
| HSV(B) | 315.07º | 0.94% | 0.93% | - |
| XYZ | 42.97 | 21.42 | 45.05 | - |
| YUV | 98.72 | 173.88 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 180 | 0 | 0.94 | 0.24 | 0.07 | 315.07 | 0.9 | 0.49 |
| Hex | EC | D | B4 | 0 | 5E | 18 | 7 | 13B | 5A | 31 |
| Octal | 354 | 15 | 264 | 0 | 136 | 30 | 7 | 473 | 132 | 61 |
| Binary | 11101100 | 1101 | 10110100 | 0 | 1011110 | 11000 | 111 | 100111011 | 1011010 | 110001 |
Color Harmonies of #EC0DB4
Complementary color
Monochromatic Colors of #EC0DB4
Black with #EC0DB4
Text Example
Text Example
White with #EC0DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DB4; }
p { color: rgb(236,13,180); }
H1.HeaderClassName
{
color: #EC0DB4;
}
.AnyTagClassName
{
color: #EC0DB4;
}
</style>
background-color css
<style>
a { background-color: #EC0DB4; }
a { background-color: rgb(236,13,180); }
div.DivClassName
{
background-color: #EC0DB4;
}
.BgClassName
{
background-color: #EC0DB4;
}
</style>
border-color css
<style>
span { border-color: #EC0DB4; }
span { border-color: rgb(236,13,180); }
td.TdClassName
{
border-color: #EC0DB4;
}
.TagClassName
{
border-color: #EC0DB4;
}
</style>