Shades of Shocking #ED93CC
Tints of Shocking #ED93CC
RGB
CMYK
RGB Variations
Color information
#ED93CC (or 0xED93CC) is known color: Shocking. HEX triplet: ED, 93 and CC. RGB value is (237,147,204). Sum of RGB (Red+Green+Blue) = 237+147+204=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93CC is #126C33. Grayscale: #B4B4B4. Windows color (decimal): -1207348 or 13407213. OLE color: 13407213.
HSL color Cylindrical-coordinate representation of color #ED93CC: hue angle of 322º degrees, saturation: 0.71, 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 #ED93CC is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 204 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.07 |
| HSL | 322º | 0.71% | 0.75% | - |
| HSV(B) | 322º | 0.38% | 0.93% | - |
| XYZ | 56.26 | 43.23 | 62.51 | - |
| YUV | 180.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 204 | 0 | 0.38 | 0.14 | 0.07 | 322 | 0.71 | 0.75 |
| Hex | ED | 93 | CC | 0 | 26 | E | 7 | 142 | 47 | 4B |
| Octal | 355 | 223 | 314 | 0 | 46 | 16 | 7 | 502 | 107 | 113 |
| Binary | 11101101 | 10010011 | 11001100 | 0 | 100110 | 1110 | 111 | 101000010 | 1000111 | 1001011 |
Color Harmonies of #ED93CC
Complementary color
Monochromatic Colors of #ED93CC
Black with #ED93CC
Text Example
Text Example
White with #ED93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93CC; }
p { color: rgb(237,147,204); }
H1.HeaderClassName
{
color: #ED93CC;
}
.AnyTagClassName
{
color: #ED93CC;
}
</style>
background-color css
<style>
a { background-color: #ED93CC; }
a { background-color: rgb(237,147,204); }
div.DivClassName
{
background-color: #ED93CC;
}
.BgClassName
{
background-color: #ED93CC;
}
</style>
border-color css
<style>
span { border-color: #ED93CC; }
span { border-color: rgb(237,147,204); }
td.TdClassName
{
border-color: #ED93CC;
}
.TagClassName
{
border-color: #ED93CC;
}
</style>