Shades of Shocking Pink #EC0FCA
Tints of Shocking Pink #EC0FCA
RGB
CMYK
RGB Variations
Color information
#EC0FCA (or 0xEC0FCA) is known color: Shocking Pink. HEX triplet: EC, 0F and CA. RGB value is (236,15,202). Sum of RGB (Red+Green+Blue) = 236+15+202=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FCA is #13F035. Grayscale: #656565. Windows color (decimal): -1306678 or 13242348. OLE color: 13242348.
HSL color Cylindrical-coordinate representation of color #EC0FCA: hue angle of 309.23º degrees, saturation: 0.88, 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 #EC0FCA is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 202 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.07 |
| HSL | 309.23º | 0.88% | 0.49% | - |
| HSV(B) | 309.23º | 0.94% | 0.93% | - |
| XYZ | 45.42 | 22.44 | 57.81 | - |
| YUV | 102.4 | 184.22 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 202 | 0 | 0.94 | 0.14 | 0.07 | 309.23 | 0.88 | 0.49 |
| Hex | EC | F | CA | 0 | 5E | E | 7 | 135 | 58 | 31 |
| Octal | 354 | 17 | 312 | 0 | 136 | 16 | 7 | 465 | 130 | 61 |
| Binary | 11101100 | 1111 | 11001010 | 0 | 1011110 | 1110 | 111 | 100110101 | 1011000 | 110001 |
Color Harmonies of #EC0FCA
Complementary color
Monochromatic Colors of #EC0FCA
Black with #EC0FCA
Text Example
Text Example
White with #EC0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FCA; }
p { color: rgb(236,15,202); }
H1.HeaderClassName
{
color: #EC0FCA;
}
.AnyTagClassName
{
color: #EC0FCA;
}
</style>
background-color css
<style>
a { background-color: #EC0FCA; }
a { background-color: rgb(236,15,202); }
div.DivClassName
{
background-color: #EC0FCA;
}
.BgClassName
{
background-color: #EC0FCA;
}
</style>
border-color css
<style>
span { border-color: #EC0FCA; }
span { border-color: rgb(236,15,202); }
td.TdClassName
{
border-color: #EC0FCA;
}
.TagClassName
{
border-color: #EC0FCA;
}
</style>