Shades of Shocking #ED90C3
Tints of Shocking #ED90C3
RGB
CMYK
RGB Variations
Color information
#ED90C3 (or 0xED90C3) is known color: Shocking. HEX triplet: ED, 90 and C3. RGB value is (237,144,195). Sum of RGB (Red+Green+Blue) = 237+144+195=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90C3 is #126F3C. Grayscale: #B1B1B1. Windows color (decimal): -1208125 or 12816621. OLE color: 12816621.
HSL color Cylindrical-coordinate representation of color #ED90C3: hue angle of 327.1º 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 #ED90C3 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 195 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.07 |
| HSL | 327.1º | 0.72% | 0.75% | - |
| HSV(B) | 327.1º | 0.39% | 0.93% | - |
| XYZ | 54.75 | 41.89 | 56.83 | - |
| YUV | 177.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 195 | 0 | 0.39 | 0.18 | 0.07 | 327.1 | 0.72 | 0.75 |
| Hex | ED | 90 | C3 | 0 | 27 | 12 | 7 | 147 | 48 | 4B |
| Octal | 355 | 220 | 303 | 0 | 47 | 22 | 7 | 507 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11000011 | 0 | 100111 | 10010 | 111 | 101000111 | 1001000 | 1001011 |
Color Harmonies of #ED90C3
Complementary color
Monochromatic Colors of #ED90C3
Black with #ED90C3
Text Example
Text Example
White with #ED90C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90C3; }
p { color: rgb(237,144,195); }
H1.HeaderClassName
{
color: #ED90C3;
}
.AnyTagClassName
{
color: #ED90C3;
}
</style>
background-color css
<style>
a { background-color: #ED90C3; }
a { background-color: rgb(237,144,195); }
div.DivClassName
{
background-color: #ED90C3;
}
.BgClassName
{
background-color: #ED90C3;
}
</style>
border-color css
<style>
span { border-color: #ED90C3; }
span { border-color: rgb(237,144,195); }
td.TdClassName
{
border-color: #ED90C3;
}
.TagClassName
{
border-color: #ED90C3;
}
</style>