Shades of Shocking #ED90B7
Tints of Shocking #ED90B7
RGB
CMYK
RGB Variations
Color information
#ED90B7 (or 0xED90B7) is known color: Shocking. HEX triplet: ED, 90 and B7. RGB value is (237,144,183). Sum of RGB (Red+Green+Blue) = 237+144+183=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90B7 is #126F48. Grayscale: #B0B0B0. Windows color (decimal): -1208137 or 12030189. OLE color: 12030189.
HSL color Cylindrical-coordinate representation of color #ED90B7: hue angle of 334.84º 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 #ED90B7 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 183 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.07 |
| HSL | 334.84º | 0.72% | 0.75% | - |
| HSV(B) | 334.84º | 0.39% | 0.93% | - |
| XYZ | 53.45 | 41.37 | 49.97 | - |
| YUV | 176.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 183 | 0 | 0.39 | 0.23 | 0.07 | 334.84 | 0.72 | 0.75 |
| Hex | ED | 90 | B7 | 0 | 27 | 17 | 7 | 14F | 48 | 4B |
| Octal | 355 | 220 | 267 | 0 | 47 | 27 | 7 | 517 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10110111 | 0 | 100111 | 10111 | 111 | 101001111 | 1001000 | 1001011 |
Color Harmonies of #ED90B7
Complementary color
Monochromatic Colors of #ED90B7
Black with #ED90B7
Text Example
Text Example
White with #ED90B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90B7; }
p { color: rgb(237,144,183); }
H1.HeaderClassName
{
color: #ED90B7;
}
.AnyTagClassName
{
color: #ED90B7;
}
</style>
background-color css
<style>
a { background-color: #ED90B7; }
a { background-color: rgb(237,144,183); }
div.DivClassName
{
background-color: #ED90B7;
}
.BgClassName
{
background-color: #ED90B7;
}
</style>
border-color css
<style>
span { border-color: #ED90B7; }
span { border-color: rgb(237,144,183); }
td.TdClassName
{
border-color: #ED90B7;
}
.TagClassName
{
border-color: #ED90B7;
}
</style>