Shades of Shocking #EDA1C4
Tints of Shocking #EDA1C4
RGB
CMYK
RGB Variations
Color information
#EDA1C4 (or 0xEDA1C4) is known color: Shocking. HEX triplet: ED, A1 and C4. RGB value is (237,161,196). Sum of RGB (Red+Green+Blue) = 237+161+196=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1C4 is #125E3B. Grayscale: #BBBBBB. Windows color (decimal): -1203772 or 12886509. OLE color: 12886509.
HSL color Cylindrical-coordinate representation of color #EDA1C4: hue angle of 332.37º 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 #EDA1C4 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 196 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.07 |
| HSL | 332.37º | 0.68% | 0.78% | - |
| HSV(B) | 332.37º | 0.32% | 0.93% | - |
| XYZ | 57.63 | 47.48 | 58.35 | - |
| YUV | 187.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 196 | 0 | 0.32 | 0.17 | 0.07 | 332.37 | 0.68 | 0.78 |
| Hex | ED | A1 | C4 | 0 | 20 | 11 | 7 | 14C | 44 | 4E |
| Octal | 355 | 241 | 304 | 0 | 40 | 21 | 7 | 514 | 104 | 116 |
| Binary | 11101101 | 10100001 | 11000100 | 0 | 100000 | 10001 | 111 | 101001100 | 1000100 | 1001110 |
Color Harmonies of #EDA1C4
Complementary color
Monochromatic Colors of #EDA1C4
Black with #EDA1C4
Text Example
Text Example
White with #EDA1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1C4; }
p { color: rgb(237,161,196); }
H1.HeaderClassName
{
color: #EDA1C4;
}
.AnyTagClassName
{
color: #EDA1C4;
}
</style>
background-color css
<style>
a { background-color: #EDA1C4; }
a { background-color: rgb(237,161,196); }
div.DivClassName
{
background-color: #EDA1C4;
}
.BgClassName
{
background-color: #EDA1C4;
}
</style>
border-color css
<style>
span { border-color: #EDA1C4; }
span { border-color: rgb(237,161,196); }
td.TdClassName
{
border-color: #EDA1C4;
}
.TagClassName
{
border-color: #EDA1C4;
}
</style>