Shades of Shocking #EC93C9
Tints of Shocking #EC93C9
RGB
CMYK
RGB Variations
Color information
#EC93C9 (or 0xEC93C9) is known color: Shocking. HEX triplet: EC, 93 and C9. RGB value is (236,147,201). Sum of RGB (Red+Green+Blue) = 236+147+201=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93C9 is #136C36. Grayscale: #B3B3B3. Windows color (decimal): -1272887 or 13210604. OLE color: 13210604.
HSL color Cylindrical-coordinate representation of color #EC93C9: hue angle of 323.6º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC93C9 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 147 | 201 | - |
CMYK | 0 | 0.38 | 0.15 | 0.07 |
HSL | 323.6º | 0.7% | 0.75% | - |
HSV(B) | 323.6º | 0.38% | 0.93% | - |
XYZ | 55.57 | 42.92 | 60.61 | - |
YUV | 179.77 | 139.99 | 168.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 147 | 201 | 0 | 0.38 | 0.15 | 0.07 | 323.6 | 0.7 | 0.75 |
Hex | EC | 93 | C9 | 0 | 26 | F | 7 | 144 | 46 | 4B |
Octal | 354 | 223 | 311 | 0 | 46 | 17 | 7 | 504 | 106 | 113 |
Binary | 11101100 | 10010011 | 11001001 | 0 | 100110 | 1111 | 111 | 101000100 | 1000110 | 1001011 |
Color Harmonies of #EC93C9
Complementary color
Monochromatic Colors of #EC93C9
Black with #EC93C9
Text Example
Text Example
White with #EC93C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93C9; }
p { color: rgb(236,147,201); }
H1.HeaderClassName
{
color: #EC93C9;
}
.AnyTagClassName
{
color: #EC93C9;
}
</style>
background-color css
<style>
a { background-color: #EC93C9; }
a { background-color: rgb(236,147,201); }
div.DivClassName
{
background-color: #EC93C9;
}
.BgClassName
{
background-color: #EC93C9;
}
</style>
border-color css
<style>
span { border-color: #EC93C9; }
span { border-color: rgb(236,147,201); }
td.TdClassName
{
border-color: #EC93C9;
}
.TagClassName
{
border-color: #EC93C9;
}
</style>