Shades of Shocking #EC98C1
Tints of Shocking #EC98C1
RGB
CMYK
RGB Variations
Color information
#EC98C1 (or 0xEC98C1) is known color: Shocking. HEX triplet: EC, 98 and C1. RGB value is (236,152,193). Sum of RGB (Red+Green+Blue) = 236+152+193=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC98C1 is #13673E. Grayscale: #B5B5B5. Windows color (decimal): -1271615 or 12687596. OLE color: 12687596.
HSL color Cylindrical-coordinate representation of color #EC98C1: hue angle of 330.71º 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 #EC98C1 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 193 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.07 |
| HSL | 330.71º | 0.69% | 0.76% | - |
| HSV(B) | 330.71º | 0.36% | 0.93% | - |
| XYZ | 55.45 | 44.14 | 56.05 | - |
| YUV | 181.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 193 | 0 | 0.36 | 0.18 | 0.07 | 330.71 | 0.69 | 0.76 |
| Hex | EC | 98 | C1 | 0 | 24 | 12 | 7 | 14B | 45 | 4C |
| Octal | 354 | 230 | 301 | 0 | 44 | 22 | 7 | 513 | 105 | 114 |
| Binary | 11101100 | 10011000 | 11000001 | 0 | 100100 | 10010 | 111 | 101001011 | 1000101 | 1001100 |
Color Harmonies of #EC98C1
Complementary color
Monochromatic Colors of #EC98C1
Black with #EC98C1
Text Example
Text Example
White with #EC98C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98C1; }
p { color: rgb(236,152,193); }
H1.HeaderClassName
{
color: #EC98C1;
}
.AnyTagClassName
{
color: #EC98C1;
}
</style>
background-color css
<style>
a { background-color: #EC98C1; }
a { background-color: rgb(236,152,193); }
div.DivClassName
{
background-color: #EC98C1;
}
.BgClassName
{
background-color: #EC98C1;
}
</style>
border-color css
<style>
span { border-color: #EC98C1; }
span { border-color: rgb(236,152,193); }
td.TdClassName
{
border-color: #EC98C1;
}
.TagClassName
{
border-color: #EC98C1;
}
</style>