Shades of Shocking #ED9FCE
Tints of Shocking #ED9FCE
RGB
CMYK
RGB Variations
Color information
#ED9FCE (or 0xED9FCE) is known color: Shocking. HEX triplet: ED, 9F and CE. RGB value is (237,159,206). Sum of RGB (Red+Green+Blue) = 237+159+206=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FCE is #126031. Grayscale: #BBBBBB. Windows color (decimal): -1204274 or 13541357. OLE color: 13541357.
HSL color Cylindrical-coordinate representation of color #ED9FCE: hue angle of 323.85º 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 #ED9FCE is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 206 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.07 |
| HSL | 323.85º | 0.68% | 0.78% | - |
| HSV(B) | 323.85º | 0.33% | 0.93% | - |
| XYZ | 58.46 | 47.26 | 64.43 | - |
| YUV | 187.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 206 | 0 | 0.33 | 0.13 | 0.07 | 323.85 | 0.68 | 0.78 |
| Hex | ED | 9F | CE | 0 | 21 | D | 7 | 144 | 44 | 4E |
| Octal | 355 | 237 | 316 | 0 | 41 | 15 | 7 | 504 | 104 | 116 |
| Binary | 11101101 | 10011111 | 11001110 | 0 | 100001 | 1101 | 111 | 101000100 | 1000100 | 1001110 |
Color Harmonies of #ED9FCE
Complementary color
Monochromatic Colors of #ED9FCE
Black with #ED9FCE
Text Example
Text Example
White with #ED9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FCE; }
p { color: rgb(237,159,206); }
H1.HeaderClassName
{
color: #ED9FCE;
}
.AnyTagClassName
{
color: #ED9FCE;
}
</style>
background-color css
<style>
a { background-color: #ED9FCE; }
a { background-color: rgb(237,159,206); }
div.DivClassName
{
background-color: #ED9FCE;
}
.BgClassName
{
background-color: #ED9FCE;
}
</style>
border-color css
<style>
span { border-color: #ED9FCE; }
span { border-color: rgb(237,159,206); }
td.TdClassName
{
border-color: #ED9FCE;
}
.TagClassName
{
border-color: #ED9FCE;
}
</style>