Shades of Shocking #ED9FCC
Tints of Shocking #ED9FCC
RGB
CMYK
RGB Variations
Color information
#ED9FCC (or 0xED9FCC) is known color: Shocking. HEX triplet: ED, 9F and CC. RGB value is (237,159,204). Sum of RGB (Red+Green+Blue) = 237+159+204=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FCC is #126033. Grayscale: #BBBBBB. Windows color (decimal): -1204276 or 13410285. OLE color: 13410285.
HSL color Cylindrical-coordinate representation of color #ED9FCC: hue angle of 325.38º 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 #ED9FCC is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 159 | 204 | - |
CMYK | 0 | 0.33 | 0.14 | 0.07 |
HSL | 325.38º | 0.68% | 0.78% | - |
HSV(B) | 325.38º | 0.33% | 0.93% | - |
XYZ | 58.22 | 47.16 | 63.16 | - |
YUV | 187.45 | 137.34 | 163.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 159 | 204 | 0 | 0.33 | 0.14 | 0.07 | 325.38 | 0.68 | 0.78 |
Hex | ED | 9F | CC | 0 | 21 | E | 7 | 145 | 44 | 4E |
Octal | 355 | 237 | 314 | 0 | 41 | 16 | 7 | 505 | 104 | 116 |
Binary | 11101101 | 10011111 | 11001100 | 0 | 100001 | 1110 | 111 | 101000101 | 1000100 | 1001110 |
Color Harmonies of #ED9FCC
Complementary color
Monochromatic Colors of #ED9FCC
Black with #ED9FCC
Text Example
Text Example
White with #ED9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FCC; }
p { color: rgb(237,159,204); }
H1.HeaderClassName
{
color: #ED9FCC;
}
.AnyTagClassName
{
color: #ED9FCC;
}
</style>
background-color css
<style>
a { background-color: #ED9FCC; }
a { background-color: rgb(237,159,204); }
div.DivClassName
{
background-color: #ED9FCC;
}
.BgClassName
{
background-color: #ED9FCC;
}
</style>
border-color css
<style>
span { border-color: #ED9FCC; }
span { border-color: rgb(237,159,204); }
td.TdClassName
{
border-color: #ED9FCC;
}
.TagClassName
{
border-color: #ED9FCC;
}
</style>