Shades of Shocking #EDA1C3
Tints of Shocking #EDA1C3
RGB
CMYK
RGB Variations
Color information
#EDA1C3 (or 0xEDA1C3) is known color: Shocking. HEX triplet: ED, A1 and C3. RGB value is (237,161,195). Sum of RGB (Red+Green+Blue) = 237+161+195=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1C3 is #125E3C. Grayscale: #BBBBBB. Windows color (decimal): -1203773 or 12820973. OLE color: 12820973.
HSL color Cylindrical-coordinate representation of color #EDA1C3: hue angle of 333.16º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA1C3 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 195 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.07 |
| HSL | 333.16º | 0.68% | 0.78% | - |
| HSV(B) | 333.16º | 0.32% | 0.93% | - |
| XYZ | 57.52 | 47.43 | 57.75 | - |
| YUV | 187.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 195 | 0 | 0.32 | 0.18 | 0.07 | 333.16 | 0.68 | 0.78 |
| Hex | ED | A1 | C3 | 0 | 20 | 12 | 7 | 14D | 44 | 4E |
| Octal | 355 | 241 | 303 | 0 | 40 | 22 | 7 | 515 | 104 | 116 |
| Binary | 11101101 | 10100001 | 11000011 | 0 | 100000 | 10010 | 111 | 101001101 | 1000100 | 1001110 |
Color Harmonies of #EDA1C3
Complementary color
Monochromatic Colors of #EDA1C3
Black with #EDA1C3
Text Example
Text Example
White with #EDA1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1C3; }
p { color: rgb(237,161,195); }
H1.HeaderClassName
{
color: #EDA1C3;
}
.AnyTagClassName
{
color: #EDA1C3;
}
</style>
background-color css
<style>
a { background-color: #EDA1C3; }
a { background-color: rgb(237,161,195); }
div.DivClassName
{
background-color: #EDA1C3;
}
.BgClassName
{
background-color: #EDA1C3;
}
</style>
border-color css
<style>
span { border-color: #EDA1C3; }
span { border-color: rgb(237,161,195); }
td.TdClassName
{
border-color: #EDA1C3;
}
.TagClassName
{
border-color: #EDA1C3;
}
</style>