Shades of Shocking #EDA3C3
Tints of Shocking #EDA3C3
RGB
CMYK
RGB Variations
Color information
#EDA3C3 (or 0xEDA3C3) is known color: Shocking. HEX triplet: ED, A3 and C3. RGB value is (237,163,195). Sum of RGB (Red+Green+Blue) = 237+163+195=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3C3 is #125C3C. Grayscale: #BCBCBC. Windows color (decimal): -1203261 or 12821485. OLE color: 12821485.
HSL color Cylindrical-coordinate representation of color #EDA3C3: hue angle of 334.05º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3C3 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 195 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.07 |
| HSL | 334.05º | 0.67% | 0.78% | - |
| HSV(B) | 334.05º | 0.31% | 0.93% | - |
| XYZ | 57.87 | 48.14 | 57.87 | - |
| YUV | 188.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 195 | 0 | 0.31 | 0.18 | 0.07 | 334.05 | 0.67 | 0.78 |
| Hex | ED | A3 | C3 | 0 | 1F | 12 | 7 | 14E | 43 | 4E |
| Octal | 355 | 243 | 303 | 0 | 37 | 22 | 7 | 516 | 103 | 116 |
| Binary | 11101101 | 10100011 | 11000011 | 0 | 11111 | 10010 | 111 | 101001110 | 1000011 | 1001110 |
Color Harmonies of #EDA3C3
Complementary color
Monochromatic Colors of #EDA3C3
Black with #EDA3C3
Text Example
Text Example
White with #EDA3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3C3; }
p { color: rgb(237,163,195); }
H1.HeaderClassName
{
color: #EDA3C3;
}
.AnyTagClassName
{
color: #EDA3C3;
}
</style>
background-color css
<style>
a { background-color: #EDA3C3; }
a { background-color: rgb(237,163,195); }
div.DivClassName
{
background-color: #EDA3C3;
}
.BgClassName
{
background-color: #EDA3C3;
}
</style>
border-color css
<style>
span { border-color: #EDA3C3; }
span { border-color: rgb(237,163,195); }
td.TdClassName
{
border-color: #EDA3C3;
}
.TagClassName
{
border-color: #EDA3C3;
}
</style>