Shades of Shocking #EC95C2
Tints of Shocking #EC95C2
RGB
CMYK
RGB Variations
Color information
#EC95C2 (or 0xEC95C2) is known color: Shocking. HEX triplet: EC, 95 and C2. RGB value is (236,149,194). Sum of RGB (Red+Green+Blue) = 236+149+194=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95C2 is #136A3D. Grayscale: #B4B4B4. Windows color (decimal): -1272382 or 12752364. OLE color: 12752364.
HSL color Cylindrical-coordinate representation of color #EC95C2: hue angle of 328.97º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95C2 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 194 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.07 |
| HSL | 328.97º | 0.7% | 0.75% | - |
| HSV(B) | 328.97º | 0.37% | 0.93% | - |
| XYZ | 55.08 | 43.22 | 56.48 | - |
| YUV | 180.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 194 | 0 | 0.37 | 0.18 | 0.07 | 328.97 | 0.7 | 0.75 |
| Hex | EC | 95 | C2 | 0 | 25 | 12 | 7 | 149 | 46 | 4B |
| Octal | 354 | 225 | 302 | 0 | 45 | 22 | 7 | 511 | 106 | 113 |
| Binary | 11101100 | 10010101 | 11000010 | 0 | 100101 | 10010 | 111 | 101001001 | 1000110 | 1001011 |
Color Harmonies of #EC95C2
Complementary color
Monochromatic Colors of #EC95C2
Black with #EC95C2
Text Example
Text Example
White with #EC95C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95C2; }
p { color: rgb(236,149,194); }
H1.HeaderClassName
{
color: #EC95C2;
}
.AnyTagClassName
{
color: #EC95C2;
}
</style>
background-color css
<style>
a { background-color: #EC95C2; }
a { background-color: rgb(236,149,194); }
div.DivClassName
{
background-color: #EC95C2;
}
.BgClassName
{
background-color: #EC95C2;
}
</style>
border-color css
<style>
span { border-color: #EC95C2; }
span { border-color: rgb(236,149,194); }
td.TdClassName
{
border-color: #EC95C2;
}
.TagClassName
{
border-color: #EC95C2;
}
</style>