Shades of Shocking #ED90BD
Tints of Shocking #ED90BD
RGB
CMYK
RGB Variations
Color information
#ED90BD (or 0xED90BD) is known color: Shocking. HEX triplet: ED, 90 and BD. RGB value is (237,144,189). Sum of RGB (Red+Green+Blue) = 237+144+189=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90BD is #126F42. Grayscale: #B0B0B0. Windows color (decimal): -1208131 or 12423405. OLE color: 12423405.
HSL color Cylindrical-coordinate representation of color #ED90BD: hue angle of 330.97º 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 #ED90BD is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 189 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.07 |
| HSL | 330.97º | 0.72% | 0.75% | - |
| HSV(B) | 330.97º | 0.39% | 0.93% | - |
| XYZ | 54.08 | 41.63 | 53.33 | - |
| YUV | 176.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 189 | 0 | 0.39 | 0.20 | 0.07 | 330.97 | 0.72 | 0.75 |
| Hex | ED | 90 | BD | 0 | 27 | 14 | 7 | 14B | 48 | 4B |
| Octal | 355 | 220 | 275 | 0 | 47 | 24 | 7 | 513 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10111101 | 0 | 100111 | 10100 | 111 | 101001011 | 1001000 | 1001011 |
Color Harmonies of #ED90BD
Complementary color
Monochromatic Colors of #ED90BD
Black with #ED90BD
Text Example
Text Example
White with #ED90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90BD; }
p { color: rgb(237,144,189); }
H1.HeaderClassName
{
color: #ED90BD;
}
.AnyTagClassName
{
color: #ED90BD;
}
</style>
background-color css
<style>
a { background-color: #ED90BD; }
a { background-color: rgb(237,144,189); }
div.DivClassName
{
background-color: #ED90BD;
}
.BgClassName
{
background-color: #ED90BD;
}
</style>
border-color css
<style>
span { border-color: #ED90BD; }
span { border-color: rgb(237,144,189); }
td.TdClassName
{
border-color: #ED90BD;
}
.TagClassName
{
border-color: #ED90BD;
}
</style>