Shades of Shocking #EDA4CB
Tints of Shocking #EDA4CB
RGB
CMYK
RGB Variations
Color information
#EDA4CB (or 0xEDA4CB) is known color: Shocking. HEX triplet: ED, A4 and CB. RGB value is (237,164,203). Sum of RGB (Red+Green+Blue) = 237+164+203=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4CB is #125B34. Grayscale: #BEBEBE. Windows color (decimal): -1202997 or 13346029. OLE color: 13346029.
HSL color Cylindrical-coordinate representation of color #EDA4CB: hue angle of 327.95º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4CB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 203 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.07 |
| HSL | 327.95º | 0.67% | 0.79% | - |
| HSV(B) | 327.95º | 0.31% | 0.93% | - |
| XYZ | 58.98 | 48.87 | 62.82 | - |
| YUV | 190.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 203 | 0 | 0.31 | 0.14 | 0.07 | 327.95 | 0.67 | 0.79 |
| Hex | ED | A4 | CB | 0 | 1F | E | 7 | 148 | 43 | 4F |
| Octal | 355 | 244 | 313 | 0 | 37 | 16 | 7 | 510 | 103 | 117 |
| Binary | 11101101 | 10100100 | 11001011 | 0 | 11111 | 1110 | 111 | 101001000 | 1000011 | 1001111 |
Color Harmonies of #EDA4CB
Complementary color
Monochromatic Colors of #EDA4CB
Black with #EDA4CB
Text Example
Text Example
White with #EDA4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4CB; }
p { color: rgb(237,164,203); }
H1.HeaderClassName
{
color: #EDA4CB;
}
.AnyTagClassName
{
color: #EDA4CB;
}
</style>
background-color css
<style>
a { background-color: #EDA4CB; }
a { background-color: rgb(237,164,203); }
div.DivClassName
{
background-color: #EDA4CB;
}
.BgClassName
{
background-color: #EDA4CB;
}
</style>
border-color css
<style>
span { border-color: #EDA4CB; }
span { border-color: rgb(237,164,203); }
td.TdClassName
{
border-color: #EDA4CB;
}
.TagClassName
{
border-color: #EDA4CB;
}
</style>