Shades of Shocking #EDA4CA
Tints of Shocking #EDA4CA
RGB
CMYK
RGB Variations
Color information
#EDA4CA (or 0xEDA4CA) is known color: Shocking. HEX triplet: ED, A4 and CA. RGB value is (237,164,202). Sum of RGB (Red+Green+Blue) = 237+164+202=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4CA is #125B35. Grayscale: #BEBEBE. Windows color (decimal): -1202998 or 13280493. OLE color: 13280493.
HSL color Cylindrical-coordinate representation of color #EDA4CA: hue angle of 328.77º 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 #EDA4CA is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 202 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.07 |
| HSL | 328.77º | 0.67% | 0.79% | - |
| HSV(B) | 328.77º | 0.31% | 0.93% | - |
| XYZ | 58.86 | 48.82 | 62.2 | - |
| YUV | 190.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 202 | 0 | 0.31 | 0.15 | 0.07 | 328.77 | 0.67 | 0.79 |
| Hex | ED | A4 | CA | 0 | 1F | F | 7 | 149 | 43 | 4F |
| Octal | 355 | 244 | 312 | 0 | 37 | 17 | 7 | 511 | 103 | 117 |
| Binary | 11101101 | 10100100 | 11001010 | 0 | 11111 | 1111 | 111 | 101001001 | 1000011 | 1001111 |
Color Harmonies of #EDA4CA
Complementary color
Monochromatic Colors of #EDA4CA
Black with #EDA4CA
Text Example
Text Example
White with #EDA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4CA; }
p { color: rgb(237,164,202); }
H1.HeaderClassName
{
color: #EDA4CA;
}
.AnyTagClassName
{
color: #EDA4CA;
}
</style>
background-color css
<style>
a { background-color: #EDA4CA; }
a { background-color: rgb(237,164,202); }
div.DivClassName
{
background-color: #EDA4CA;
}
.BgClassName
{
background-color: #EDA4CA;
}
</style>
border-color css
<style>
span { border-color: #EDA4CA; }
span { border-color: rgb(237,164,202); }
td.TdClassName
{
border-color: #EDA4CA;
}
.TagClassName
{
border-color: #EDA4CA;
}
</style>