Shades of Shocking #EC97C1
Tints of Shocking #EC97C1
RGB
CMYK
RGB Variations
Color information
#EC97C1 (or 0xEC97C1) is known color: Shocking. HEX triplet: EC, 97 and C1. RGB value is (236,151,193). Sum of RGB (Red+Green+Blue) = 236+151+193=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97C1 is #13683E. Grayscale: #B5B5B5. Windows color (decimal): -1271871 or 12687340. OLE color: 12687340.
HSL color Cylindrical-coordinate representation of color #EC97C1: hue angle of 330.35º 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 #EC97C1 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 193 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.07 |
| HSL | 330.35º | 0.69% | 0.76% | - |
| HSV(B) | 330.35º | 0.36% | 0.93% | - |
| XYZ | 55.28 | 43.82 | 56 | - |
| YUV | 181.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 193 | 0 | 0.36 | 0.18 | 0.07 | 330.35 | 0.69 | 0.76 |
| Hex | EC | 97 | C1 | 0 | 24 | 12 | 7 | 14A | 45 | 4C |
| Octal | 354 | 227 | 301 | 0 | 44 | 22 | 7 | 512 | 105 | 114 |
| Binary | 11101100 | 10010111 | 11000001 | 0 | 100100 | 10010 | 111 | 101001010 | 1000101 | 1001100 |
Color Harmonies of #EC97C1
Complementary color
Monochromatic Colors of #EC97C1
Black with #EC97C1
Text Example
Text Example
White with #EC97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC97C1; }
p { color: rgb(236,151,193); }
H1.HeaderClassName
{
color: #EC97C1;
}
.AnyTagClassName
{
color: #EC97C1;
}
</style>
background-color css
<style>
a { background-color: #EC97C1; }
a { background-color: rgb(236,151,193); }
div.DivClassName
{
background-color: #EC97C1;
}
.BgClassName
{
background-color: #EC97C1;
}
</style>
border-color css
<style>
span { border-color: #EC97C1; }
span { border-color: rgb(236,151,193); }
td.TdClassName
{
border-color: #EC97C1;
}
.TagClassName
{
border-color: #EC97C1;
}
</style>