Shades of Shocking #ED95C8
Tints of Shocking #ED95C8
RGB
CMYK
RGB Variations
Color information
#ED95C8 (or 0xED95C8) is known color: Shocking. HEX triplet: ED, 95 and C8. RGB value is (237,149,200). Sum of RGB (Red+Green+Blue) = 237+149+200=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95C8 is #126A37. Grayscale: #B5B5B5. Windows color (decimal): -1206840 or 13145581. OLE color: 13145581.
HSL color Cylindrical-coordinate representation of color #ED95C8: hue angle of 325.23º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED95C8 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 200 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.07 |
| HSL | 325.23º | 0.71% | 0.76% | - |
| HSV(B) | 325.23º | 0.37% | 0.93% | - |
| XYZ | 56.1 | 43.67 | 60.12 | - |
| YUV | 181.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 200 | 0 | 0.37 | 0.16 | 0.07 | 325.23 | 0.71 | 0.76 |
| Hex | ED | 95 | C8 | 0 | 25 | 10 | 7 | 145 | 47 | 4C |
| Octal | 355 | 225 | 310 | 0 | 45 | 20 | 7 | 505 | 107 | 114 |
| Binary | 11101101 | 10010101 | 11001000 | 0 | 100101 | 10000 | 111 | 101000101 | 1000111 | 1001100 |
Color Harmonies of #ED95C8
Complementary color
Monochromatic Colors of #ED95C8
Black with #ED95C8
Text Example
Text Example
White with #ED95C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95C8; }
p { color: rgb(237,149,200); }
H1.HeaderClassName
{
color: #ED95C8;
}
.AnyTagClassName
{
color: #ED95C8;
}
</style>
background-color css
<style>
a { background-color: #ED95C8; }
a { background-color: rgb(237,149,200); }
div.DivClassName
{
background-color: #ED95C8;
}
.BgClassName
{
background-color: #ED95C8;
}
</style>
border-color css
<style>
span { border-color: #ED95C8; }
span { border-color: rgb(237,149,200); }
td.TdClassName
{
border-color: #ED95C8;
}
.TagClassName
{
border-color: #ED95C8;
}
</style>