Shades of Shocking Pink #EC03C2
Tints of Shocking Pink #EC03C2
RGB
CMYK
RGB Variations
Color information
#EC03C2 (or 0xEC03C2) is known color: Shocking Pink. HEX triplet: EC, 03 and C2. RGB value is (236,3,194). Sum of RGB (Red+Green+Blue) = 236+3+194=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03C2 is #13FC3D. Grayscale: #5D5D5D. Windows color (decimal): -1309758 or 12714988. OLE color: 12714988.
HSL color Cylindrical-coordinate representation of color #EC03C2: hue angle of 310.82º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03C2 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 194 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.07 |
| HSL | 310.82º | 0.97% | 0.47% | - |
| HSV(B) | 310.82º | 0.99% | 0.93% | - |
| XYZ | 44.36 | 21.79 | 52.91 | - |
| YUV | 94.44 | 184.19 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 194 | 0 | 0.99 | 0.18 | 0.07 | 310.82 | 0.97 | 0.47 |
| Hex | EC | 3 | C2 | 0 | 63 | 12 | 7 | 137 | 61 | 2F |
| Octal | 354 | 3 | 302 | 0 | 143 | 22 | 7 | 467 | 141 | 57 |
| Binary | 11101100 | 11 | 11000010 | 0 | 1100011 | 10010 | 111 | 100110111 | 1100001 | 101111 |
Color Harmonies of #EC03C2
Complementary color
Monochromatic Colors of #EC03C2
Black with #EC03C2
Text Example
Text Example
White with #EC03C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03C2; }
p { color: rgb(236,3,194); }
H1.HeaderClassName
{
color: #EC03C2;
}
.AnyTagClassName
{
color: #EC03C2;
}
</style>
background-color css
<style>
a { background-color: #EC03C2; }
a { background-color: rgb(236,3,194); }
div.DivClassName
{
background-color: #EC03C2;
}
.BgClassName
{
background-color: #EC03C2;
}
</style>
border-color css
<style>
span { border-color: #EC03C2; }
span { border-color: rgb(236,3,194); }
td.TdClassName
{
border-color: #EC03C2;
}
.TagClassName
{
border-color: #EC03C2;
}
</style>