Shades of Shocking Pink #EC23C2
Tints of Shocking Pink #EC23C2
RGB
CMYK
RGB Variations
Color information
#EC23C2 (or 0xEC23C2) is known color: Shocking Pink. HEX triplet: EC, 23 and C2. RGB value is (236,35,194). Sum of RGB (Red+Green+Blue) = 236+35+194=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC23C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC23C2 is #13DC3D. Grayscale: #707070. Windows color (decimal): -1301566 or 12723180. OLE color: 12723180.
HSL color Cylindrical-coordinate representation of color #EC23C2: hue angle of 312.54º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC23C2 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 194 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.07 |
| HSL | 312.54º | 0.84% | 0.53% | - |
| HSV(B) | 312.54º | 0.85% | 0.93% | - |
| XYZ | 44.93 | 22.93 | 53.1 | - |
| YUV | 113.23 | 173.59 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 194 | 0 | 0.85 | 0.18 | 0.07 | 312.54 | 0.84 | 0.53 |
| Hex | EC | 23 | C2 | 0 | 55 | 12 | 7 | 139 | 54 | 35 |
| Octal | 354 | 43 | 302 | 0 | 125 | 22 | 7 | 471 | 124 | 65 |
| Binary | 11101100 | 100011 | 11000010 | 0 | 1010101 | 10010 | 111 | 100111001 | 1010100 | 110101 |
Color Harmonies of #EC23C2
Complementary color
Monochromatic Colors of #EC23C2
Black with #EC23C2
Text Example
Text Example
White with #EC23C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC23C2; }
p { color: rgb(236,35,194); }
H1.HeaderClassName
{
color: #EC23C2;
}
.AnyTagClassName
{
color: #EC23C2;
}
</style>
background-color css
<style>
a { background-color: #EC23C2; }
a { background-color: rgb(236,35,194); }
div.DivClassName
{
background-color: #EC23C2;
}
.BgClassName
{
background-color: #EC23C2;
}
</style>
border-color css
<style>
span { border-color: #EC23C2; }
span { border-color: rgb(236,35,194); }
td.TdClassName
{
border-color: #EC23C2;
}
.TagClassName
{
border-color: #EC23C2;
}
</style>