Shades of Shocking #ED90C5
Tints of Shocking #ED90C5
RGB
CMYK
RGB Variations
Color information
#ED90C5 (or 0xED90C5) is known color: Shocking. HEX triplet: ED, 90 and C5. RGB value is (237,144,197). Sum of RGB (Red+Green+Blue) = 237+144+197=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90C5 is #126F3A. Grayscale: #B1B1B1. Windows color (decimal): -1208123 or 12947693. OLE color: 12947693.
HSL color Cylindrical-coordinate representation of color #ED90C5: hue angle of 325.81º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED90C5 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 197 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.07 |
| HSL | 325.81º | 0.72% | 0.75% | - |
| HSV(B) | 325.81º | 0.39% | 0.93% | - |
| XYZ | 54.98 | 41.98 | 58.03 | - |
| YUV | 177.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 197 | 0 | 0.39 | 0.17 | 0.07 | 325.81 | 0.72 | 0.75 |
| Hex | ED | 90 | C5 | 0 | 27 | 11 | 7 | 146 | 48 | 4B |
| Octal | 355 | 220 | 305 | 0 | 47 | 21 | 7 | 506 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11000101 | 0 | 100111 | 10001 | 111 | 101000110 | 1001000 | 1001011 |
Color Harmonies of #ED90C5
Complementary color
Monochromatic Colors of #ED90C5
Black with #ED90C5
Text Example
Text Example
White with #ED90C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90C5; }
p { color: rgb(237,144,197); }
H1.HeaderClassName
{
color: #ED90C5;
}
.AnyTagClassName
{
color: #ED90C5;
}
</style>
background-color css
<style>
a { background-color: #ED90C5; }
a { background-color: rgb(237,144,197); }
div.DivClassName
{
background-color: #ED90C5;
}
.BgClassName
{
background-color: #ED90C5;
}
</style>
border-color css
<style>
span { border-color: #ED90C5; }
span { border-color: rgb(237,144,197); }
td.TdClassName
{
border-color: #ED90C5;
}
.TagClassName
{
border-color: #ED90C5;
}
</style>