Shades of Shocking #ED95C3
Tints of Shocking #ED95C3
RGB
CMYK
RGB Variations
Color information
#ED95C3 (or 0xED95C3) is known color: Shocking. HEX triplet: ED, 95 and C3. RGB value is (237,149,195). Sum of RGB (Red+Green+Blue) = 237+149+195=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95C3 is #126A3C. Grayscale: #B4B4B4. Windows color (decimal): -1206845 or 12817901. OLE color: 12817901.
HSL color Cylindrical-coordinate representation of color #ED95C3: hue angle of 328.64º 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 #ED95C3 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 195 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.07 |
| HSL | 328.64º | 0.71% | 0.76% | - |
| HSV(B) | 328.64º | 0.37% | 0.93% | - |
| XYZ | 55.52 | 43.44 | 57.09 | - |
| YUV | 180.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 195 | 0 | 0.37 | 0.18 | 0.07 | 328.64 | 0.71 | 0.76 |
| Hex | ED | 95 | C3 | 0 | 25 | 12 | 7 | 149 | 47 | 4C |
| Octal | 355 | 225 | 303 | 0 | 45 | 22 | 7 | 511 | 107 | 114 |
| Binary | 11101101 | 10010101 | 11000011 | 0 | 100101 | 10010 | 111 | 101001001 | 1000111 | 1001100 |
Color Harmonies of #ED95C3
Complementary color
Monochromatic Colors of #ED95C3
Black with #ED95C3
Text Example
Text Example
White with #ED95C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95C3; }
p { color: rgb(237,149,195); }
H1.HeaderClassName
{
color: #ED95C3;
}
.AnyTagClassName
{
color: #ED95C3;
}
</style>
background-color css
<style>
a { background-color: #ED95C3; }
a { background-color: rgb(237,149,195); }
div.DivClassName
{
background-color: #ED95C3;
}
.BgClassName
{
background-color: #ED95C3;
}
</style>
border-color css
<style>
span { border-color: #ED95C3; }
span { border-color: rgb(237,149,195); }
td.TdClassName
{
border-color: #ED95C3;
}
.TagClassName
{
border-color: #ED95C3;
}
</style>