Shades of Shocking #ED9ECF
Tints of Shocking #ED9ECF
RGB
CMYK
RGB Variations
Color information
#ED9ECF (or 0xED9ECF) is known color: Shocking. HEX triplet: ED, 9E and CF. RGB value is (237,158,207). Sum of RGB (Red+Green+Blue) = 237+158+207=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ECF is #126130. Grayscale: #BBBBBB. Windows color (decimal): -1204529 or 13606637. OLE color: 13606637.
HSL color Cylindrical-coordinate representation of color #ED9ECF: hue angle of 322.78º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9ECF is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 207 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.07 |
| HSL | 322.78º | 0.69% | 0.77% | - |
| HSV(B) | 322.78º | 0.33% | 0.93% | - |
| XYZ | 58.41 | 46.96 | 65.02 | - |
| YUV | 187.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 207 | 0 | 0.33 | 0.13 | 0.07 | 322.78 | 0.69 | 0.77 |
| Hex | ED | 9E | CF | 0 | 21 | D | 7 | 143 | 45 | 4D |
| Octal | 355 | 236 | 317 | 0 | 41 | 15 | 7 | 503 | 105 | 115 |
| Binary | 11101101 | 10011110 | 11001111 | 0 | 100001 | 1101 | 111 | 101000011 | 1000101 | 1001101 |
Color Harmonies of #ED9ECF
Complementary color
Monochromatic Colors of #ED9ECF
Black with #ED9ECF
Text Example
Text Example
White with #ED9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9ECF; }
p { color: rgb(237,158,207); }
H1.HeaderClassName
{
color: #ED9ECF;
}
.AnyTagClassName
{
color: #ED9ECF;
}
</style>
background-color css
<style>
a { background-color: #ED9ECF; }
a { background-color: rgb(237,158,207); }
div.DivClassName
{
background-color: #ED9ECF;
}
.BgClassName
{
background-color: #ED9ECF;
}
</style>
border-color css
<style>
span { border-color: #ED9ECF; }
span { border-color: rgb(237,158,207); }
td.TdClassName
{
border-color: #ED9ECF;
}
.TagClassName
{
border-color: #ED9ECF;
}
</style>