Shades of Shocking #ED9FCF
Tints of Shocking #ED9FCF
RGB
CMYK
RGB Variations
Color information
#ED9FCF (or 0xED9FCF) is known color: Shocking. HEX triplet: ED, 9F and CF. RGB value is (237,159,207). Sum of RGB (Red+Green+Blue) = 237+159+207=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FCF is #126030. Grayscale: #BBBBBB. Windows color (decimal): -1204273 or 13606893. OLE color: 13606893.
HSL color Cylindrical-coordinate representation of color #ED9FCF: hue angle of 323.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FCF is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 207 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.07 |
| HSL | 323.08º | 0.68% | 0.78% | - |
| HSV(B) | 323.08º | 0.33% | 0.93% | - |
| XYZ | 58.59 | 47.31 | 65.07 | - |
| YUV | 187.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 207 | 0 | 0.33 | 0.13 | 0.07 | 323.08 | 0.68 | 0.78 |
| Hex | ED | 9F | CF | 0 | 21 | D | 7 | 143 | 44 | 4E |
| Octal | 355 | 237 | 317 | 0 | 41 | 15 | 7 | 503 | 104 | 116 |
| Binary | 11101101 | 10011111 | 11001111 | 0 | 100001 | 1101 | 111 | 101000011 | 1000100 | 1001110 |
Color Harmonies of #ED9FCF
Complementary color
Monochromatic Colors of #ED9FCF
Black with #ED9FCF
Text Example
Text Example
White with #ED9FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FCF; }
p { color: rgb(237,159,207); }
H1.HeaderClassName
{
color: #ED9FCF;
}
.AnyTagClassName
{
color: #ED9FCF;
}
</style>
background-color css
<style>
a { background-color: #ED9FCF; }
a { background-color: rgb(237,159,207); }
div.DivClassName
{
background-color: #ED9FCF;
}
.BgClassName
{
background-color: #ED9FCF;
}
</style>
border-color css
<style>
span { border-color: #ED9FCF; }
span { border-color: rgb(237,159,207); }
td.TdClassName
{
border-color: #ED9FCF;
}
.TagClassName
{
border-color: #ED9FCF;
}
</style>