Shades of Shocking #ED90C1
Tints of Shocking #ED90C1
RGB
CMYK
RGB Variations
Color information
#ED90C1 (or 0xED90C1) is known color: Shocking. HEX triplet: ED, 90 and C1. RGB value is (237,144,193). Sum of RGB (Red+Green+Blue) = 237+144+193=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90C1 is #126F3E. Grayscale: #B1B1B1. Windows color (decimal): -1208127 or 12685549. OLE color: 12685549.
HSL color Cylindrical-coordinate representation of color #ED90C1: hue angle of 328.39º 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 #ED90C1 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 193 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.07 |
| HSL | 328.39º | 0.72% | 0.75% | - |
| HSV(B) | 328.39º | 0.39% | 0.93% | - |
| XYZ | 54.52 | 41.8 | 55.65 | - |
| YUV | 177.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 193 | 0 | 0.39 | 0.19 | 0.07 | 328.39 | 0.72 | 0.75 |
| Hex | ED | 90 | C1 | 0 | 27 | 13 | 7 | 148 | 48 | 4B |
| Octal | 355 | 220 | 301 | 0 | 47 | 23 | 7 | 510 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11000001 | 0 | 100111 | 10011 | 111 | 101001000 | 1001000 | 1001011 |
Color Harmonies of #ED90C1
Complementary color
Monochromatic Colors of #ED90C1
Black with #ED90C1
Text Example
Text Example
White with #ED90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90C1; }
p { color: rgb(237,144,193); }
H1.HeaderClassName
{
color: #ED90C1;
}
.AnyTagClassName
{
color: #ED90C1;
}
</style>
background-color css
<style>
a { background-color: #ED90C1; }
a { background-color: rgb(237,144,193); }
div.DivClassName
{
background-color: #ED90C1;
}
.BgClassName
{
background-color: #ED90C1;
}
</style>
border-color css
<style>
span { border-color: #ED90C1; }
span { border-color: rgb(237,144,193); }
td.TdClassName
{
border-color: #ED90C1;
}
.TagClassName
{
border-color: #ED90C1;
}
</style>