Shades of Shocking #EC98C2
Tints of Shocking #EC98C2
RGB
CMYK
RGB Variations
Color information
#EC98C2 (or 0xEC98C2) is known color: Shocking. HEX triplet: EC, 98 and C2. RGB value is (236,152,194). Sum of RGB (Red+Green+Blue) = 236+152+194=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC98C2 is #13673D. Grayscale: #B5B5B5. Windows color (decimal): -1271614 or 12753132. OLE color: 12753132.
HSL color Cylindrical-coordinate representation of color #EC98C2: hue angle of 330º 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 #EC98C2 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 194 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.07 |
| HSL | 330º | 0.69% | 0.76% | - |
| HSV(B) | 330º | 0.36% | 0.93% | - |
| XYZ | 55.56 | 44.18 | 56.64 | - |
| YUV | 181.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 194 | 0 | 0.36 | 0.18 | 0.07 | 330 | 0.69 | 0.76 |
| Hex | EC | 98 | C2 | 0 | 24 | 12 | 7 | 14A | 45 | 4C |
| Octal | 354 | 230 | 302 | 0 | 44 | 22 | 7 | 512 | 105 | 114 |
| Binary | 11101100 | 10011000 | 11000010 | 0 | 100100 | 10010 | 111 | 101001010 | 1000101 | 1001100 |
Color Harmonies of #EC98C2
Complementary color
Monochromatic Colors of #EC98C2
Black with #EC98C2
Text Example
Text Example
White with #EC98C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98C2; }
p { color: rgb(236,152,194); }
H1.HeaderClassName
{
color: #EC98C2;
}
.AnyTagClassName
{
color: #EC98C2;
}
</style>
background-color css
<style>
a { background-color: #EC98C2; }
a { background-color: rgb(236,152,194); }
div.DivClassName
{
background-color: #EC98C2;
}
.BgClassName
{
background-color: #EC98C2;
}
</style>
border-color css
<style>
span { border-color: #EC98C2; }
span { border-color: rgb(236,152,194); }
td.TdClassName
{
border-color: #EC98C2;
}
.TagClassName
{
border-color: #EC98C2;
}
</style>