Shades of Shocking Pink #EC1CCE
Tints of Shocking Pink #EC1CCE
RGB
CMYK
RGB Variations
Color information
#EC1CCE (or 0xEC1CCE) is known color: Shocking Pink. HEX triplet: EC, 1C and CE. RGB value is (236,28,206). Sum of RGB (Red+Green+Blue) = 236+28+206=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CCE is #13E331. Grayscale: #6D6D6D. Windows color (decimal): -1303346 or 13507820. OLE color: 13507820.
HSL color Cylindrical-coordinate representation of color #EC1CCE: hue angle of 308.65º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CCE is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 206 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.07 |
| HSL | 308.65º | 0.85% | 0.52% | - |
| HSV(B) | 308.65º | 0.88% | 0.93% | - |
| XYZ | 46.15 | 23.12 | 60.42 | - |
| YUV | 110.48 | 181.91 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 206 | 0 | 0.88 | 0.13 | 0.07 | 308.65 | 0.85 | 0.52 |
| Hex | EC | 1C | CE | 0 | 58 | D | 7 | 135 | 55 | 34 |
| Octal | 354 | 34 | 316 | 0 | 130 | 15 | 7 | 465 | 125 | 64 |
| Binary | 11101100 | 11100 | 11001110 | 0 | 1011000 | 1101 | 111 | 100110101 | 1010101 | 110100 |
Color Harmonies of #EC1CCE
Complementary color
Monochromatic Colors of #EC1CCE
Black with #EC1CCE
Text Example
Text Example
White with #EC1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CCE; }
p { color: rgb(236,28,206); }
H1.HeaderClassName
{
color: #EC1CCE;
}
.AnyTagClassName
{
color: #EC1CCE;
}
</style>
background-color css
<style>
a { background-color: #EC1CCE; }
a { background-color: rgb(236,28,206); }
div.DivClassName
{
background-color: #EC1CCE;
}
.BgClassName
{
background-color: #EC1CCE;
}
</style>
border-color css
<style>
span { border-color: #EC1CCE; }
span { border-color: rgb(236,28,206); }
td.TdClassName
{
border-color: #EC1CCE;
}
.TagClassName
{
border-color: #EC1CCE;
}
</style>