Shades of Shocking #ED8DBB
Tints of Shocking #ED8DBB
RGB
CMYK
RGB Variations
Color information
#ED8DBB (or 0xED8DBB) is known color: Shocking. HEX triplet: ED, 8D and BB. RGB value is (237,141,187). Sum of RGB (Red+Green+Blue) = 237+141+187=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DBB is #127244. Grayscale: #AEAEAE. Windows color (decimal): -1208901 or 12291565. OLE color: 12291565.
HSL color Cylindrical-coordinate representation of color #ED8DBB: hue angle of 331.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8DBB is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 141 | 187 | - |
CMYK | 0 | 0.41 | 0.21 | 0.07 |
HSL | 331.25º | 0.73% | 0.74% | - |
HSV(B) | 331.25º | 0.41% | 0.93% | - |
XYZ | 53.42 | 40.64 | 52.04 | - |
YUV | 174.95 | 134.8 | 172.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 141 | 187 | 0 | 0.41 | 0.21 | 0.07 | 331.25 | 0.73 | 0.74 |
Hex | ED | 8D | BB | 0 | 29 | 15 | 7 | 14B | 49 | 4A |
Octal | 355 | 215 | 273 | 0 | 51 | 25 | 7 | 513 | 111 | 112 |
Binary | 11101101 | 10001101 | 10111011 | 0 | 101001 | 10101 | 111 | 101001011 | 1001001 | 1001010 |
Color Harmonies of #ED8DBB
Complementary color
Monochromatic Colors of #ED8DBB
Black with #ED8DBB
Text Example
Text Example
White with #ED8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DBB; }
p { color: rgb(237,141,187); }
H1.HeaderClassName
{
color: #ED8DBB;
}
.AnyTagClassName
{
color: #ED8DBB;
}
</style>
background-color css
<style>
a { background-color: #ED8DBB; }
a { background-color: rgb(237,141,187); }
div.DivClassName
{
background-color: #ED8DBB;
}
.BgClassName
{
background-color: #ED8DBB;
}
</style>
border-color css
<style>
span { border-color: #ED8DBB; }
span { border-color: rgb(237,141,187); }
td.TdClassName
{
border-color: #ED8DBB;
}
.TagClassName
{
border-color: #ED8DBB;
}
</style>