Shades of Shocking #EC97CB
Tints of Shocking #EC97CB
RGB
CMYK
RGB Variations
Color information
#EC97CB (or 0xEC97CB) is known color: Shocking. HEX triplet: EC, 97 and CB. RGB value is (236,151,203). Sum of RGB (Red+Green+Blue) = 236+151+203=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97CB is #136834. Grayscale: #B6B6B6. Windows color (decimal): -1271861 or 13342700. OLE color: 13342700.
HSL color Cylindrical-coordinate representation of color #EC97CB: hue angle of 323.29º 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 #EC97CB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 203 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.07 |
| HSL | 323.29º | 0.69% | 0.76% | - |
| HSV(B) | 323.29º | 0.36% | 0.93% | - |
| XYZ | 56.44 | 44.28 | 62.07 | - |
| YUV | 182.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 203 | 0 | 0.36 | 0.14 | 0.07 | 323.29 | 0.69 | 0.76 |
| Hex | EC | 97 | CB | 0 | 24 | E | 7 | 143 | 45 | 4C |
| Octal | 354 | 227 | 313 | 0 | 44 | 16 | 7 | 503 | 105 | 114 |
| Binary | 11101100 | 10010111 | 11001011 | 0 | 100100 | 1110 | 111 | 101000011 | 1000101 | 1001100 |
Color Harmonies of #EC97CB
Complementary color
Monochromatic Colors of #EC97CB
Black with #EC97CB
Text Example
Text Example
White with #EC97CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC97CB; }
p { color: rgb(236,151,203); }
H1.HeaderClassName
{
color: #EC97CB;
}
.AnyTagClassName
{
color: #EC97CB;
}
</style>
background-color css
<style>
a { background-color: #EC97CB; }
a { background-color: rgb(236,151,203); }
div.DivClassName
{
background-color: #EC97CB;
}
.BgClassName
{
background-color: #EC97CB;
}
</style>
border-color css
<style>
span { border-color: #EC97CB; }
span { border-color: rgb(236,151,203); }
td.TdClassName
{
border-color: #EC97CB;
}
.TagClassName
{
border-color: #EC97CB;
}
</style>