Shades of Shocking #ED95C1
Tints of Shocking #ED95C1
RGB
CMYK
RGB Variations
Color information
#ED95C1 (or 0xED95C1) is known color: Shocking. HEX triplet: ED, 95 and C1. RGB value is (237,149,193). Sum of RGB (Red+Green+Blue) = 237+149+193=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95C1 is #126A3E. Grayscale: #B4B4B4. Windows color (decimal): -1206847 or 12686829. OLE color: 12686829.
HSL color Cylindrical-coordinate representation of color #ED95C1: hue angle of 330º 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 #ED95C1 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 193 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.07 |
| HSL | 330º | 0.71% | 0.76% | - |
| HSV(B) | 330º | 0.37% | 0.93% | - |
| XYZ | 55.3 | 43.35 | 55.9 | - |
| YUV | 180.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 193 | 0 | 0.37 | 0.19 | 0.07 | 330 | 0.71 | 0.76 |
| Hex | ED | 95 | C1 | 0 | 25 | 13 | 7 | 14A | 47 | 4C |
| Octal | 355 | 225 | 301 | 0 | 45 | 23 | 7 | 512 | 107 | 114 |
| Binary | 11101101 | 10010101 | 11000001 | 0 | 100101 | 10011 | 111 | 101001010 | 1000111 | 1001100 |
Color Harmonies of #ED95C1
Complementary color
Monochromatic Colors of #ED95C1
Black with #ED95C1
Text Example
Text Example
White with #ED95C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95C1; }
p { color: rgb(237,149,193); }
H1.HeaderClassName
{
color: #ED95C1;
}
.AnyTagClassName
{
color: #ED95C1;
}
</style>
background-color css
<style>
a { background-color: #ED95C1; }
a { background-color: rgb(237,149,193); }
div.DivClassName
{
background-color: #ED95C1;
}
.BgClassName
{
background-color: #ED95C1;
}
</style>
border-color css
<style>
span { border-color: #ED95C1; }
span { border-color: rgb(237,149,193); }
td.TdClassName
{
border-color: #ED95C1;
}
.TagClassName
{
border-color: #ED95C1;
}
</style>