Shades of Shocking #E387BD
Tints of Shocking #E387BD
RGB
CMYK
RGB Variations
Color information
#E387BD (or 0xE387BD) is known color: Shocking. HEX triplet: E3, 87 and BD. RGB value is (227,135,189). Sum of RGB (Red+Green+Blue) = 227+135+189=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E387BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E387BD is #1C7842. Grayscale: #A8A8A8. Windows color (decimal): -1865795 or 12421091. OLE color: 12421091.
HSL color Cylindrical-coordinate representation of color #E387BD: hue angle of 324.78º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E387BD is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 135 | 189 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.11 |
| HSL | 324.78º | 0.62% | 0.71% | - |
| HSV(B) | 324.78º | 0.41% | 0.89% | - |
| XYZ | 49.53 | 37.33 | 52.74 | - |
| YUV | 168.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 135 | 189 | 0 | 0.41 | 0.17 | 0.11 | 324.78 | 0.62 | 0.71 |
| Hex | E3 | 87 | BD | 0 | 29 | 11 | B | 145 | 3E | 47 |
| Octal | 343 | 207 | 275 | 0 | 51 | 21 | 13 | 505 | 76 | 107 |
| Binary | 11100011 | 10000111 | 10111101 | 0 | 101001 | 10001 | 1011 | 101000101 | 111110 | 1000111 |
Color Harmonies of #E387BD
Complementary color
Monochromatic Colors of #E387BD
Black with #E387BD
Text Example
Text Example
White with #E387BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E387BD; }
p { color: rgb(227,135,189); }
H1.HeaderClassName
{
color: #E387BD;
}
.AnyTagClassName
{
color: #E387BD;
}
</style>
background-color css
<style>
a { background-color: #E387BD; }
a { background-color: rgb(227,135,189); }
div.DivClassName
{
background-color: #E387BD;
}
.BgClassName
{
background-color: #E387BD;
}
</style>
border-color css
<style>
span { border-color: #E387BD; }
span { border-color: rgb(227,135,189); }
td.TdClassName
{
border-color: #E387BD;
}
.TagClassName
{
border-color: #E387BD;
}
</style>