Shades of Shocking #EC95B7
Tints of Shocking #EC95B7
RGB
CMYK
RGB Variations
Color information
#EC95B7 (or 0xEC95B7) is known color: Shocking. HEX triplet: EC, 95 and B7. RGB value is (236,149,183). Sum of RGB (Red+Green+Blue) = 236+149+183=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95B7 is #136A48. Grayscale: #B2B2B2. Windows color (decimal): -1272393 or 12031468. OLE color: 12031468.
HSL color Cylindrical-coordinate representation of color #EC95B7: hue angle of 336.55º 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 #EC95B7 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 183 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.07 |
| HSL | 336.55º | 0.7% | 0.75% | - |
| HSV(B) | 336.55º | 0.37% | 0.93% | - |
| XYZ | 53.89 | 42.75 | 50.21 | - |
| YUV | 178.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 183 | 0 | 0.37 | 0.22 | 0.07 | 336.55 | 0.7 | 0.75 |
| Hex | EC | 95 | B7 | 0 | 25 | 16 | 7 | 151 | 46 | 4B |
| Octal | 354 | 225 | 267 | 0 | 45 | 26 | 7 | 521 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10110111 | 0 | 100101 | 10110 | 111 | 101010001 | 1000110 | 1001011 |
Color Harmonies of #EC95B7
Complementary color
Monochromatic Colors of #EC95B7
Black with #EC95B7
Text Example
Text Example
White with #EC95B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95B7; }
p { color: rgb(236,149,183); }
H1.HeaderClassName
{
color: #EC95B7;
}
.AnyTagClassName
{
color: #EC95B7;
}
</style>
background-color css
<style>
a { background-color: #EC95B7; }
a { background-color: rgb(236,149,183); }
div.DivClassName
{
background-color: #EC95B7;
}
.BgClassName
{
background-color: #EC95B7;
}
</style>
border-color css
<style>
span { border-color: #EC95B7; }
span { border-color: rgb(236,149,183); }
td.TdClassName
{
border-color: #EC95B7;
}
.TagClassName
{
border-color: #EC95B7;
}
</style>