Shades of Shocking #ED94CE
Tints of Shocking #ED94CE
RGB
CMYK
RGB Variations
Color information
#ED94CE (or 0xED94CE) is known color: Shocking. HEX triplet: ED, 94 and CE. RGB value is (237,148,206). Sum of RGB (Red+Green+Blue) = 237+148+206=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED94CE is #126B31. Grayscale: #B5B5B5. Windows color (decimal): -1207090 or 13538541. OLE color: 13538541.
HSL color Cylindrical-coordinate representation of color #ED94CE: hue angle of 320.9º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED94CE is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 206 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.07 |
| HSL | 320.9º | 0.71% | 0.75% | - |
| HSV(B) | 320.9º | 0.38% | 0.93% | - |
| XYZ | 56.66 | 43.64 | 63.83 | - |
| YUV | 181.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 206 | 0 | 0.38 | 0.13 | 0.07 | 320.9 | 0.71 | 0.75 |
| Hex | ED | 94 | CE | 0 | 26 | D | 7 | 141 | 47 | 4B |
| Octal | 355 | 224 | 316 | 0 | 46 | 15 | 7 | 501 | 107 | 113 |
| Binary | 11101101 | 10010100 | 11001110 | 0 | 100110 | 1101 | 111 | 101000001 | 1000111 | 1001011 |
Color Harmonies of #ED94CE
Complementary color
Monochromatic Colors of #ED94CE
Black with #ED94CE
Text Example
Text Example
White with #ED94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED94CE; }
p { color: rgb(237,148,206); }
H1.HeaderClassName
{
color: #ED94CE;
}
.AnyTagClassName
{
color: #ED94CE;
}
</style>
background-color css
<style>
a { background-color: #ED94CE; }
a { background-color: rgb(237,148,206); }
div.DivClassName
{
background-color: #ED94CE;
}
.BgClassName
{
background-color: #ED94CE;
}
</style>
border-color css
<style>
span { border-color: #ED94CE; }
span { border-color: rgb(237,148,206); }
td.TdClassName
{
border-color: #ED94CE;
}
.TagClassName
{
border-color: #ED94CE;
}
</style>