Shades of Shocking #ED9BBE
Tints of Shocking #ED9BBE
RGB
CMYK
RGB Variations
Color information
#ED9BBE (or 0xED9BBE) is known color: Shocking. HEX triplet: ED, 9B and BE. RGB value is (237,155,190). Sum of RGB (Red+Green+Blue) = 237+155+190=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BBE is #126441. Grayscale: #B7B7B7. Windows color (decimal): -1205314 or 12491757. OLE color: 12491757.
HSL color Cylindrical-coordinate representation of color #ED9BBE: hue angle of 334.39º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9BBE is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 190 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.07 |
| HSL | 334.39º | 0.69% | 0.77% | - |
| HSV(B) | 334.39º | 0.35% | 0.93% | - |
| XYZ | 55.94 | 45.16 | 54.48 | - |
| YUV | 183.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 190 | 0 | 0.35 | 0.20 | 0.07 | 334.39 | 0.69 | 0.77 |
| Hex | ED | 9B | BE | 0 | 23 | 14 | 7 | 14E | 45 | 4D |
| Octal | 355 | 233 | 276 | 0 | 43 | 24 | 7 | 516 | 105 | 115 |
| Binary | 11101101 | 10011011 | 10111110 | 0 | 100011 | 10100 | 111 | 101001110 | 1000101 | 1001101 |
Color Harmonies of #ED9BBE
Complementary color
Monochromatic Colors of #ED9BBE
Black with #ED9BBE
Text Example
Text Example
White with #ED9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BBE; }
p { color: rgb(237,155,190); }
H1.HeaderClassName
{
color: #ED9BBE;
}
.AnyTagClassName
{
color: #ED9BBE;
}
</style>
background-color css
<style>
a { background-color: #ED9BBE; }
a { background-color: rgb(237,155,190); }
div.DivClassName
{
background-color: #ED9BBE;
}
.BgClassName
{
background-color: #ED9BBE;
}
</style>
border-color css
<style>
span { border-color: #ED9BBE; }
span { border-color: rgb(237,155,190); }
td.TdClassName
{
border-color: #ED9BBE;
}
.TagClassName
{
border-color: #ED9BBE;
}
</style>