Shades of Shocking #EC95C8
Tints of Shocking #EC95C8
RGB
CMYK
RGB Variations
Color information
#EC95C8 (or 0xEC95C8) is known color: Shocking. HEX triplet: EC, 95 and C8. RGB value is (236,149,200). Sum of RGB (Red+Green+Blue) = 236+149+200=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95C8 is #136A37. Grayscale: #B4B4B4. Windows color (decimal): -1272376 or 13145580. OLE color: 13145580.
HSL color Cylindrical-coordinate representation of color #EC95C8: hue angle of 324.83º 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 #EC95C8 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 200 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.07 |
| HSL | 324.83º | 0.7% | 0.75% | - |
| HSV(B) | 324.83º | 0.37% | 0.93% | - |
| XYZ | 55.76 | 43.5 | 60.1 | - |
| YUV | 180.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 200 | 0 | 0.37 | 0.15 | 0.07 | 324.83 | 0.7 | 0.75 |
| Hex | EC | 95 | C8 | 0 | 25 | F | 7 | 145 | 46 | 4B |
| Octal | 354 | 225 | 310 | 0 | 45 | 17 | 7 | 505 | 106 | 113 |
| Binary | 11101100 | 10010101 | 11001000 | 0 | 100101 | 1111 | 111 | 101000101 | 1000110 | 1001011 |
Color Harmonies of #EC95C8
Complementary color
Monochromatic Colors of #EC95C8
Black with #EC95C8
Text Example
Text Example
White with #EC95C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95C8; }
p { color: rgb(236,149,200); }
H1.HeaderClassName
{
color: #EC95C8;
}
.AnyTagClassName
{
color: #EC95C8;
}
</style>
background-color css
<style>
a { background-color: #EC95C8; }
a { background-color: rgb(236,149,200); }
div.DivClassName
{
background-color: #EC95C8;
}
.BgClassName
{
background-color: #EC95C8;
}
</style>
border-color css
<style>
span { border-color: #EC95C8; }
span { border-color: rgb(236,149,200); }
td.TdClassName
{
border-color: #EC95C8;
}
.TagClassName
{
border-color: #EC95C8;
}
</style>