Shades of Shocking Pink #EC0DCE
Tints of Shocking Pink #EC0DCE
RGB
CMYK
RGB Variations
Color information
#EC0DCE (or 0xEC0DCE) is known color: Shocking Pink. HEX triplet: EC, 0D and CE. RGB value is (236,13,206). Sum of RGB (Red+Green+Blue) = 236+13+206=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 13 (5.47% from 255 or 2.86% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DCE is #13F231. Grayscale: #656565. Windows color (decimal): -1307186 or 13503980. OLE color: 13503980.
HSL color Cylindrical-coordinate representation of color #EC0DCE: hue angle of 308.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 #EC0DCE is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 206 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.07 |
| HSL | 308.07º | 0.9% | 0.49% | - |
| HSV(B) | 308.07º | 0.94% | 0.93% | - |
| XYZ | 45.88 | 22.58 | 60.33 | - |
| YUV | 101.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 206 | 0 | 0.94 | 0.13 | 0.07 | 308.07 | 0.9 | 0.49 |
| Hex | EC | D | CE | 0 | 5E | D | 7 | 134 | 5A | 31 |
| Octal | 354 | 15 | 316 | 0 | 136 | 15 | 7 | 464 | 132 | 61 |
| Binary | 11101100 | 1101 | 11001110 | 0 | 1011110 | 1101 | 111 | 100110100 | 1011010 | 110001 |
Color Harmonies of #EC0DCE
Complementary color
Monochromatic Colors of #EC0DCE
Black with #EC0DCE
Text Example
Text Example
White with #EC0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DCE; }
p { color: rgb(236,13,206); }
H1.HeaderClassName
{
color: #EC0DCE;
}
.AnyTagClassName
{
color: #EC0DCE;
}
</style>
background-color css
<style>
a { background-color: #EC0DCE; }
a { background-color: rgb(236,13,206); }
div.DivClassName
{
background-color: #EC0DCE;
}
.BgClassName
{
background-color: #EC0DCE;
}
</style>
border-color css
<style>
span { border-color: #EC0DCE; }
span { border-color: rgb(236,13,206); }
td.TdClassName
{
border-color: #EC0DCE;
}
.TagClassName
{
border-color: #EC0DCE;
}
</style>