Shades of Shocking #ED90BC
Tints of Shocking #ED90BC
RGB
CMYK
RGB Variations
Color information
#ED90BC (or 0xED90BC) is known color: Shocking. HEX triplet: ED, 90 and BC. RGB value is (237,144,188). Sum of RGB (Red+Green+Blue) = 237+144+188=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90BC is #126F43. Grayscale: #B0B0B0. Windows color (decimal): -1208132 or 12357869. OLE color: 12357869.
HSL color Cylindrical-coordinate representation of color #ED90BC: hue angle of 331.61º 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 #ED90BC is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 188 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.07 |
| HSL | 331.61º | 0.72% | 0.75% | - |
| HSV(B) | 331.61º | 0.39% | 0.93% | - |
| XYZ | 53.98 | 41.58 | 52.76 | - |
| YUV | 176.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 188 | 0 | 0.39 | 0.21 | 0.07 | 331.61 | 0.72 | 0.75 |
| Hex | ED | 90 | BC | 0 | 27 | 15 | 7 | 14C | 48 | 4B |
| Octal | 355 | 220 | 274 | 0 | 47 | 25 | 7 | 514 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10111100 | 0 | 100111 | 10101 | 111 | 101001100 | 1001000 | 1001011 |
Color Harmonies of #ED90BC
Complementary color
Monochromatic Colors of #ED90BC
Black with #ED90BC
Text Example
Text Example
White with #ED90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90BC; }
p { color: rgb(237,144,188); }
H1.HeaderClassName
{
color: #ED90BC;
}
.AnyTagClassName
{
color: #ED90BC;
}
</style>
background-color css
<style>
a { background-color: #ED90BC; }
a { background-color: rgb(237,144,188); }
div.DivClassName
{
background-color: #ED90BC;
}
.BgClassName
{
background-color: #ED90BC;
}
</style>
border-color css
<style>
span { border-color: #ED90BC; }
span { border-color: rgb(237,144,188); }
td.TdClassName
{
border-color: #ED90BC;
}
.TagClassName
{
border-color: #ED90BC;
}
</style>