Shades of Shocking #EC98D0
Tints of Shocking #EC98D0
RGB
CMYK
RGB Variations
Color information
#EC98D0 (or 0xEC98D0) is known color: Shocking. HEX triplet: EC, 98 and D0. RGB value is (236,152,208). Sum of RGB (Red+Green+Blue) = 236+152+208=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC98D0 is #13672F. Grayscale: #B7B7B7. Windows color (decimal): -1271600 or 13670636. OLE color: 13670636.
HSL color Cylindrical-coordinate representation of color #EC98D0: hue angle of 320º 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 #EC98D0 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 208 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.07 |
| HSL | 320º | 0.69% | 0.76% | - |
| HSV(B) | 320º | 0.36% | 0.93% | - |
| XYZ | 57.21 | 44.84 | 65.32 | - |
| YUV | 183.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 208 | 0 | 0.36 | 0.12 | 0.07 | 320 | 0.69 | 0.76 |
| Hex | EC | 98 | D0 | 0 | 24 | C | 7 | 140 | 45 | 4C |
| Octal | 354 | 230 | 320 | 0 | 44 | 14 | 7 | 500 | 105 | 114 |
| Binary | 11101100 | 10011000 | 11010000 | 0 | 100100 | 1100 | 111 | 101000000 | 1000101 | 1001100 |
Color Harmonies of #EC98D0
Complementary color
Monochromatic Colors of #EC98D0
Black with #EC98D0
Text Example
Text Example
White with #EC98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98D0; }
p { color: rgb(236,152,208); }
H1.HeaderClassName
{
color: #EC98D0;
}
.AnyTagClassName
{
color: #EC98D0;
}
</style>
background-color css
<style>
a { background-color: #EC98D0; }
a { background-color: rgb(236,152,208); }
div.DivClassName
{
background-color: #EC98D0;
}
.BgClassName
{
background-color: #EC98D0;
}
</style>
border-color css
<style>
span { border-color: #EC98D0; }
span { border-color: rgb(236,152,208); }
td.TdClassName
{
border-color: #EC98D0;
}
.TagClassName
{
border-color: #EC98D0;
}
</style>