Shades of Shocking #EC96CD
Tints of Shocking #EC96CD
RGB
CMYK
RGB Variations
Color information
#EC96CD (or 0xEC96CD) is known color: Shocking. HEX triplet: EC, 96 and CD. RGB value is (236,150,205). Sum of RGB (Red+Green+Blue) = 236+150+205=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96CD is #136932. Grayscale: #B5B5B5. Windows color (decimal): -1272115 or 13473516. OLE color: 13473516.
HSL color Cylindrical-coordinate representation of color #EC96CD: hue angle of 321.63º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC96CD is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 205 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.07 |
| HSL | 321.63º | 0.69% | 0.76% | - |
| HSV(B) | 321.63º | 0.36% | 0.93% | - |
| XYZ | 56.52 | 44.05 | 63.28 | - |
| YUV | 181.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 205 | 0 | 0.36 | 0.13 | 0.07 | 321.63 | 0.69 | 0.76 |
| Hex | EC | 96 | CD | 0 | 24 | D | 7 | 142 | 45 | 4C |
| Octal | 354 | 226 | 315 | 0 | 44 | 15 | 7 | 502 | 105 | 114 |
| Binary | 11101100 | 10010110 | 11001101 | 0 | 100100 | 1101 | 111 | 101000010 | 1000101 | 1001100 |
Color Harmonies of #EC96CD
Complementary color
Monochromatic Colors of #EC96CD
Black with #EC96CD
Text Example
Text Example
White with #EC96CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96CD; }
p { color: rgb(236,150,205); }
H1.HeaderClassName
{
color: #EC96CD;
}
.AnyTagClassName
{
color: #EC96CD;
}
</style>
background-color css
<style>
a { background-color: #EC96CD; }
a { background-color: rgb(236,150,205); }
div.DivClassName
{
background-color: #EC96CD;
}
.BgClassName
{
background-color: #EC96CD;
}
</style>
border-color css
<style>
span { border-color: #EC96CD; }
span { border-color: rgb(236,150,205); }
td.TdClassName
{
border-color: #EC96CD;
}
.TagClassName
{
border-color: #EC96CD;
}
</style>