Shades of Shocking Pink #EC02BE
Tints of Shocking Pink #EC02BE
RGB
CMYK
RGB Variations
Color information
#EC02BE (or 0xEC02BE) is known color: Shocking Pink. HEX triplet: EC, 02 and BE. RGB value is (236,2,190). Sum of RGB (Red+Green+Blue) = 236+2+190=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02BE is #13FD41. Grayscale: #5C5C5C. Windows color (decimal): -1310018 or 12452588. OLE color: 12452588.
HSL color Cylindrical-coordinate representation of color #EC02BE: hue angle of 311.79º degrees, saturation: 0.98, 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 #EC02BE is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.07 |
| HSL | 311.79º | 0.98% | 0.47% | - |
| HSV(B) | 311.79º | 0.99% | 0.93% | - |
| XYZ | 43.91 | 21.59 | 50.57 | - |
| YUV | 93.4 | 182.52 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 190 | 0 | 0.99 | 0.19 | 0.07 | 311.79 | 0.98 | 0.47 |
| Hex | EC | 2 | BE | 0 | 63 | 13 | 7 | 138 | 62 | 2F |
| Octal | 354 | 2 | 276 | 0 | 143 | 23 | 7 | 470 | 142 | 57 |
| Binary | 11101100 | 10 | 10111110 | 0 | 1100011 | 10011 | 111 | 100111000 | 1100010 | 101111 |
Color Harmonies of #EC02BE
Complementary color
Monochromatic Colors of #EC02BE
Black with #EC02BE
Text Example
Text Example
White with #EC02BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02BE; }
p { color: rgb(236,2,190); }
H1.HeaderClassName
{
color: #EC02BE;
}
.AnyTagClassName
{
color: #EC02BE;
}
</style>
background-color css
<style>
a { background-color: #EC02BE; }
a { background-color: rgb(236,2,190); }
div.DivClassName
{
background-color: #EC02BE;
}
.BgClassName
{
background-color: #EC02BE;
}
</style>
border-color css
<style>
span { border-color: #EC02BE; }
span { border-color: rgb(236,2,190); }
td.TdClassName
{
border-color: #EC02BE;
}
.TagClassName
{
border-color: #EC02BE;
}
</style>