Shades of Shocking #EC93C3
Tints of Shocking #EC93C3
RGB
CMYK
RGB Variations
Color information
#EC93C3 (or 0xEC93C3) is known color: Shocking. HEX triplet: EC, 93 and C3. RGB value is (236,147,195). Sum of RGB (Red+Green+Blue) = 236+147+195=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93C3 is #136C3C. Grayscale: #B2B2B2. Windows color (decimal): -1272893 or 12817388. OLE color: 12817388.
HSL color Cylindrical-coordinate representation of color #EC93C3: hue angle of 327.64º 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 #EC93C3 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 195 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.07 |
| HSL | 327.64º | 0.7% | 0.75% | - |
| HSV(B) | 327.64º | 0.38% | 0.93% | - |
| XYZ | 54.88 | 42.64 | 56.97 | - |
| YUV | 179.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 195 | 0 | 0.38 | 0.17 | 0.07 | 327.64 | 0.7 | 0.75 |
| Hex | EC | 93 | C3 | 0 | 26 | 11 | 7 | 148 | 46 | 4B |
| Octal | 354 | 223 | 303 | 0 | 46 | 21 | 7 | 510 | 106 | 113 |
| Binary | 11101100 | 10010011 | 11000011 | 0 | 100110 | 10001 | 111 | 101001000 | 1000110 | 1001011 |
Color Harmonies of #EC93C3
Complementary color
Monochromatic Colors of #EC93C3
Black with #EC93C3
Text Example
Text Example
White with #EC93C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93C3; }
p { color: rgb(236,147,195); }
H1.HeaderClassName
{
color: #EC93C3;
}
.AnyTagClassName
{
color: #EC93C3;
}
</style>
background-color css
<style>
a { background-color: #EC93C3; }
a { background-color: rgb(236,147,195); }
div.DivClassName
{
background-color: #EC93C3;
}
.BgClassName
{
background-color: #EC93C3;
}
</style>
border-color css
<style>
span { border-color: #EC93C3; }
span { border-color: rgb(236,147,195); }
td.TdClassName
{
border-color: #EC93C3;
}
.TagClassName
{
border-color: #EC93C3;
}
</style>