Shades of Shocking #ED99BC
Tints of Shocking #ED99BC
RGB
CMYK
RGB Variations
Color information
#ED99BC (or 0xED99BC) is known color: Shocking. HEX triplet: ED, 99 and BC. RGB value is (237,153,188). Sum of RGB (Red+Green+Blue) = 237+153+188=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99BC is #126643. Grayscale: #B6B6B6. Windows color (decimal): -1205828 or 12360173. OLE color: 12360173.
HSL color Cylindrical-coordinate representation of color #ED99BC: hue angle of 335º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED99BC is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 188 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.07 |
| HSL | 335º | 0.7% | 0.76% | - |
| HSV(B) | 335º | 0.35% | 0.93% | - |
| XYZ | 55.39 | 44.42 | 53.23 | - |
| YUV | 182.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 188 | 0 | 0.35 | 0.21 | 0.07 | 335 | 0.7 | 0.76 |
| Hex | ED | 99 | BC | 0 | 23 | 15 | 7 | 14F | 46 | 4C |
| Octal | 355 | 231 | 274 | 0 | 43 | 25 | 7 | 517 | 106 | 114 |
| Binary | 11101101 | 10011001 | 10111100 | 0 | 100011 | 10101 | 111 | 101001111 | 1000110 | 1001100 |
Color Harmonies of #ED99BC
Complementary color
Monochromatic Colors of #ED99BC
Black with #ED99BC
Text Example
Text Example
White with #ED99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99BC; }
p { color: rgb(237,153,188); }
H1.HeaderClassName
{
color: #ED99BC;
}
.AnyTagClassName
{
color: #ED99BC;
}
</style>
background-color css
<style>
a { background-color: #ED99BC; }
a { background-color: rgb(237,153,188); }
div.DivClassName
{
background-color: #ED99BC;
}
.BgClassName
{
background-color: #ED99BC;
}
</style>
border-color css
<style>
span { border-color: #ED99BC; }
span { border-color: rgb(237,153,188); }
td.TdClassName
{
border-color: #ED99BC;
}
.TagClassName
{
border-color: #ED99BC;
}
</style>