Shades of Shocking #ED9BCE
Tints of Shocking #ED9BCE
RGB
CMYK
RGB Variations
Color information
#ED9BCE (or 0xED9BCE) is known color: Shocking. HEX triplet: ED, 9B and CE. RGB value is (237,155,206). Sum of RGB (Red+Green+Blue) = 237+155+206=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BCE is #126431. Grayscale: #B9B9B9. Windows color (decimal): -1205298 or 13540333. OLE color: 13540333.
HSL color Cylindrical-coordinate representation of color #ED9BCE: hue angle of 322.68º 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 #ED9BCE is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 206 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.07 |
| HSL | 322.68º | 0.69% | 0.77% | - |
| HSV(B) | 322.68º | 0.35% | 0.93% | - |
| XYZ | 57.79 | 45.9 | 64.21 | - |
| YUV | 185.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 206 | 0 | 0.35 | 0.13 | 0.07 | 322.68 | 0.69 | 0.77 |
| Hex | ED | 9B | CE | 0 | 23 | D | 7 | 143 | 45 | 4D |
| Octal | 355 | 233 | 316 | 0 | 43 | 15 | 7 | 503 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11001110 | 0 | 100011 | 1101 | 111 | 101000011 | 1000101 | 1001101 |
Color Harmonies of #ED9BCE
Complementary color
Monochromatic Colors of #ED9BCE
Black with #ED9BCE
Text Example
Text Example
White with #ED9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BCE; }
p { color: rgb(237,155,206); }
H1.HeaderClassName
{
color: #ED9BCE;
}
.AnyTagClassName
{
color: #ED9BCE;
}
</style>
background-color css
<style>
a { background-color: #ED9BCE; }
a { background-color: rgb(237,155,206); }
div.DivClassName
{
background-color: #ED9BCE;
}
.BgClassName
{
background-color: #ED9BCE;
}
</style>
border-color css
<style>
span { border-color: #ED9BCE; }
span { border-color: rgb(237,155,206); }
td.TdClassName
{
border-color: #ED9BCE;
}
.TagClassName
{
border-color: #ED9BCE;
}
</style>