Shades of Shocking #EC93C1
Tints of Shocking #EC93C1
RGB
CMYK
RGB Variations
Color information
#EC93C1 (or 0xEC93C1) is known color: Shocking. HEX triplet: EC, 93 and C1. RGB value is (236,147,193). Sum of RGB (Red+Green+Blue) = 236+147+193=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93C1 is #136C3E. Grayscale: #B2B2B2. Windows color (decimal): -1272895 or 12686316. OLE color: 12686316.
HSL color Cylindrical-coordinate representation of color #EC93C1: hue angle of 328.99º 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 #EC93C1 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 193 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.07 |
| HSL | 328.99º | 0.7% | 0.75% | - |
| HSV(B) | 328.99º | 0.38% | 0.93% | - |
| XYZ | 54.65 | 42.55 | 55.78 | - |
| YUV | 178.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 193 | 0 | 0.38 | 0.18 | 0.07 | 328.99 | 0.7 | 0.75 |
| Hex | EC | 93 | C1 | 0 | 26 | 12 | 7 | 149 | 46 | 4B |
| Octal | 354 | 223 | 301 | 0 | 46 | 22 | 7 | 511 | 106 | 113 |
| Binary | 11101100 | 10010011 | 11000001 | 0 | 100110 | 10010 | 111 | 101001001 | 1000110 | 1001011 |
Color Harmonies of #EC93C1
Complementary color
Monochromatic Colors of #EC93C1
Black with #EC93C1
Text Example
Text Example
White with #EC93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93C1; }
p { color: rgb(236,147,193); }
H1.HeaderClassName
{
color: #EC93C1;
}
.AnyTagClassName
{
color: #EC93C1;
}
</style>
background-color css
<style>
a { background-color: #EC93C1; }
a { background-color: rgb(236,147,193); }
div.DivClassName
{
background-color: #EC93C1;
}
.BgClassName
{
background-color: #EC93C1;
}
</style>
border-color css
<style>
span { border-color: #EC93C1; }
span { border-color: rgb(236,147,193); }
td.TdClassName
{
border-color: #EC93C1;
}
.TagClassName
{
border-color: #EC93C1;
}
</style>