Shades of Shocking #EC96CB
Tints of Shocking #EC96CB
RGB
CMYK
RGB Variations
Color information
#EC96CB (or 0xEC96CB) is known color: Shocking. HEX triplet: EC, 96 and CB. RGB value is (236,150,203). Sum of RGB (Red+Green+Blue) = 236+150+203=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96CB is #136934. Grayscale: #B5B5B5. Windows color (decimal): -1272117 or 13342444. OLE color: 13342444.
HSL color Cylindrical-coordinate representation of color #EC96CB: hue angle of 323.02º 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 #EC96CB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 203 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.07 |
| HSL | 323.02º | 0.69% | 0.76% | - |
| HSV(B) | 323.02º | 0.36% | 0.93% | - |
| XYZ | 56.28 | 43.96 | 62.02 | - |
| YUV | 181.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 203 | 0 | 0.36 | 0.14 | 0.07 | 323.02 | 0.69 | 0.76 |
| Hex | EC | 96 | CB | 0 | 24 | E | 7 | 143 | 45 | 4C |
| Octal | 354 | 226 | 313 | 0 | 44 | 16 | 7 | 503 | 105 | 114 |
| Binary | 11101100 | 10010110 | 11001011 | 0 | 100100 | 1110 | 111 | 101000011 | 1000101 | 1001100 |
Color Harmonies of #EC96CB
Complementary color
Monochromatic Colors of #EC96CB
Black with #EC96CB
Text Example
Text Example
White with #EC96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96CB; }
p { color: rgb(236,150,203); }
H1.HeaderClassName
{
color: #EC96CB;
}
.AnyTagClassName
{
color: #EC96CB;
}
</style>
background-color css
<style>
a { background-color: #EC96CB; }
a { background-color: rgb(236,150,203); }
div.DivClassName
{
background-color: #EC96CB;
}
.BgClassName
{
background-color: #EC96CB;
}
</style>
border-color css
<style>
span { border-color: #EC96CB; }
span { border-color: rgb(236,150,203); }
td.TdClassName
{
border-color: #EC96CB;
}
.TagClassName
{
border-color: #EC96CB;
}
</style>