Shades of Shocking #EC93C2
Tints of Shocking #EC93C2
RGB
CMYK
RGB Variations
Color information
#EC93C2 (or 0xEC93C2) is known color: Shocking. HEX triplet: EC, 93 and C2. RGB value is (236,147,194). Sum of RGB (Red+Green+Blue) = 236+147+194=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93C2 is #136C3D. Grayscale: #B2B2B2. Windows color (decimal): -1272894 or 12751852. OLE color: 12751852.
HSL color Cylindrical-coordinate representation of color #EC93C2: hue angle of 328.31º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC93C2 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 194 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.07 |
| HSL | 328.31º | 0.7% | 0.75% | - |
| HSV(B) | 328.31º | 0.38% | 0.93% | - |
| XYZ | 54.76 | 42.6 | 56.37 | - |
| YUV | 178.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 194 | 0 | 0.38 | 0.18 | 0.07 | 328.31 | 0.7 | 0.75 |
| Hex | EC | 93 | C2 | 0 | 26 | 12 | 7 | 148 | 46 | 4B |
| Octal | 354 | 223 | 302 | 0 | 46 | 22 | 7 | 510 | 106 | 113 |
| Binary | 11101100 | 10010011 | 11000010 | 0 | 100110 | 10010 | 111 | 101001000 | 1000110 | 1001011 |
Color Harmonies of #EC93C2
Complementary color
Monochromatic Colors of #EC93C2
Black with #EC93C2
Text Example
Text Example
White with #EC93C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93C2; }
p { color: rgb(236,147,194); }
H1.HeaderClassName
{
color: #EC93C2;
}
.AnyTagClassName
{
color: #EC93C2;
}
</style>
background-color css
<style>
a { background-color: #EC93C2; }
a { background-color: rgb(236,147,194); }
div.DivClassName
{
background-color: #EC93C2;
}
.BgClassName
{
background-color: #EC93C2;
}
</style>
border-color css
<style>
span { border-color: #EC93C2; }
span { border-color: rgb(236,147,194); }
td.TdClassName
{
border-color: #EC93C2;
}
.TagClassName
{
border-color: #EC93C2;
}
</style>