Shades of Shocking #ED91BC
Tints of Shocking #ED91BC
RGB
CMYK
RGB Variations
Color information
#ED91BC (or 0xED91BC) is known color: Shocking. HEX triplet: ED, 91 and BC. RGB value is (237,145,188). Sum of RGB (Red+Green+Blue) = 237+145+188=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91BC is #126E43. Grayscale: #B1B1B1. Windows color (decimal): -1207876 or 12358125. OLE color: 12358125.
HSL color Cylindrical-coordinate representation of color #ED91BC: hue angle of 331.96º 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 #ED91BC is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 188 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.07 |
| HSL | 331.96º | 0.72% | 0.75% | - |
| HSV(B) | 331.96º | 0.39% | 0.93% | - |
| XYZ | 54.13 | 41.89 | 52.81 | - |
| YUV | 177.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 188 | 0 | 0.39 | 0.21 | 0.07 | 331.96 | 0.72 | 0.75 |
| Hex | ED | 91 | BC | 0 | 27 | 15 | 7 | 14C | 48 | 4B |
| Octal | 355 | 221 | 274 | 0 | 47 | 25 | 7 | 514 | 110 | 113 |
| Binary | 11101101 | 10010001 | 10111100 | 0 | 100111 | 10101 | 111 | 101001100 | 1001000 | 1001011 |
Color Harmonies of #ED91BC
Complementary color
Monochromatic Colors of #ED91BC
Black with #ED91BC
Text Example
Text Example
White with #ED91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91BC; }
p { color: rgb(237,145,188); }
H1.HeaderClassName
{
color: #ED91BC;
}
.AnyTagClassName
{
color: #ED91BC;
}
</style>
background-color css
<style>
a { background-color: #ED91BC; }
a { background-color: rgb(237,145,188); }
div.DivClassName
{
background-color: #ED91BC;
}
.BgClassName
{
background-color: #ED91BC;
}
</style>
border-color css
<style>
span { border-color: #ED91BC; }
span { border-color: rgb(237,145,188); }
td.TdClassName
{
border-color: #ED91BC;
}
.TagClassName
{
border-color: #ED91BC;
}
</style>