Shades of Shocking #ED90C9
Tints of Shocking #ED90C9
RGB
CMYK
RGB Variations
Color information
#ED90C9 (or 0xED90C9) is known color: Shocking. HEX triplet: ED, 90 and C9. RGB value is (237,144,201). Sum of RGB (Red+Green+Blue) = 237+144+201=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90C9 is #126F36. Grayscale: #B2B2B2. Windows color (decimal): -1208119 or 13209837. OLE color: 13209837.
HSL color Cylindrical-coordinate representation of color #ED90C9: hue angle of 323.23º 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 #ED90C9 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 201 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.07 |
| HSL | 323.23º | 0.72% | 0.75% | - |
| HSV(B) | 323.23º | 0.39% | 0.93% | - |
| XYZ | 55.44 | 42.17 | 60.48 | - |
| YUV | 178.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 201 | 0 | 0.39 | 0.15 | 0.07 | 323.23 | 0.72 | 0.75 |
| Hex | ED | 90 | C9 | 0 | 27 | F | 7 | 143 | 48 | 4B |
| Octal | 355 | 220 | 311 | 0 | 47 | 17 | 7 | 503 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11001001 | 0 | 100111 | 1111 | 111 | 101000011 | 1001000 | 1001011 |
Color Harmonies of #ED90C9
Complementary color
Monochromatic Colors of #ED90C9
Black with #ED90C9
Text Example
Text Example
White with #ED90C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90C9; }
p { color: rgb(237,144,201); }
H1.HeaderClassName
{
color: #ED90C9;
}
.AnyTagClassName
{
color: #ED90C9;
}
</style>
background-color css
<style>
a { background-color: #ED90C9; }
a { background-color: rgb(237,144,201); }
div.DivClassName
{
background-color: #ED90C9;
}
.BgClassName
{
background-color: #ED90C9;
}
</style>
border-color css
<style>
span { border-color: #ED90C9; }
span { border-color: rgb(237,144,201); }
td.TdClassName
{
border-color: #ED90C9;
}
.TagClassName
{
border-color: #ED90C9;
}
</style>