Shades of Shocking #EDA1CB
Tints of Shocking #EDA1CB
RGB
CMYK
RGB Variations
Color information
#EDA1CB (or 0xEDA1CB) is known color: Shocking. HEX triplet: ED, A1 and CB. RGB value is (237,161,203). Sum of RGB (Red+Green+Blue) = 237+161+203=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1CB is #125E34. Grayscale: #BCBCBC. Windows color (decimal): -1203765 or 13345261. OLE color: 13345261.
HSL color Cylindrical-coordinate representation of color #EDA1CB: hue angle of 326.84º 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 #EDA1CB is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 203 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.07 |
| HSL | 326.84º | 0.68% | 0.78% | - |
| HSV(B) | 326.84º | 0.32% | 0.93% | - |
| XYZ | 58.45 | 47.81 | 62.65 | - |
| YUV | 188.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 203 | 0 | 0.32 | 0.14 | 0.07 | 326.84 | 0.68 | 0.78 |
| Hex | ED | A1 | CB | 0 | 20 | E | 7 | 147 | 44 | 4E |
| Octal | 355 | 241 | 313 | 0 | 40 | 16 | 7 | 507 | 104 | 116 |
| Binary | 11101101 | 10100001 | 11001011 | 0 | 100000 | 1110 | 111 | 101000111 | 1000100 | 1001110 |
Color Harmonies of #EDA1CB
Complementary color
Monochromatic Colors of #EDA1CB
Black with #EDA1CB
Text Example
Text Example
White with #EDA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1CB; }
p { color: rgb(237,161,203); }
H1.HeaderClassName
{
color: #EDA1CB;
}
.AnyTagClassName
{
color: #EDA1CB;
}
</style>
background-color css
<style>
a { background-color: #EDA1CB; }
a { background-color: rgb(237,161,203); }
div.DivClassName
{
background-color: #EDA1CB;
}
.BgClassName
{
background-color: #EDA1CB;
}
</style>
border-color css
<style>
span { border-color: #EDA1CB; }
span { border-color: rgb(237,161,203); }
td.TdClassName
{
border-color: #EDA1CB;
}
.TagClassName
{
border-color: #EDA1CB;
}
</style>