Shades of Shocking #EC97CA
Tints of Shocking #EC97CA
RGB
CMYK
RGB Variations
Color information
#EC97CA (or 0xEC97CA) is known color: Shocking. HEX triplet: EC, 97 and CA. RGB value is (236,151,202). Sum of RGB (Red+Green+Blue) = 236+151+202=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97CA is #136835. Grayscale: #B6B6B6. Windows color (decimal): -1271862 or 13277164. OLE color: 13277164.
HSL color Cylindrical-coordinate representation of color #EC97CA: hue angle of 324º 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 #EC97CA is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 202 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.07 |
| HSL | 324º | 0.69% | 0.76% | - |
| HSV(B) | 324º | 0.36% | 0.93% | - |
| XYZ | 56.32 | 44.23 | 61.45 | - |
| YUV | 182.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 202 | 0 | 0.36 | 0.14 | 0.07 | 324 | 0.69 | 0.76 |
| Hex | EC | 97 | CA | 0 | 24 | E | 7 | 144 | 45 | 4C |
| Octal | 354 | 227 | 312 | 0 | 44 | 16 | 7 | 504 | 105 | 114 |
| Binary | 11101100 | 10010111 | 11001010 | 0 | 100100 | 1110 | 111 | 101000100 | 1000101 | 1001100 |
Color Harmonies of #EC97CA
Complementary color
Monochromatic Colors of #EC97CA
Black with #EC97CA
Text Example
Text Example
White with #EC97CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC97CA; }
p { color: rgb(236,151,202); }
H1.HeaderClassName
{
color: #EC97CA;
}
.AnyTagClassName
{
color: #EC97CA;
}
</style>
background-color css
<style>
a { background-color: #EC97CA; }
a { background-color: rgb(236,151,202); }
div.DivClassName
{
background-color: #EC97CA;
}
.BgClassName
{
background-color: #EC97CA;
}
</style>
border-color css
<style>
span { border-color: #EC97CA; }
span { border-color: rgb(236,151,202); }
td.TdClassName
{
border-color: #EC97CA;
}
.TagClassName
{
border-color: #EC97CA;
}
</style>