Shades of Shocking #E18BBC
Tints of Shocking #E18BBC
RGB
CMYK
RGB Variations
Color information
#E18BBC (or 0xE18BBC) is known color: Shocking. HEX triplet: E1, 8B and BC. RGB value is (225,139,188). Sum of RGB (Red+Green+Blue) = 225+139+188=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BBC is #1E7443. Grayscale: #AAAAAA. Windows color (decimal): -1995844 or 12356577. OLE color: 12356577.
HSL color Cylindrical-coordinate representation of color #E18BBC: hue angle of 325.81º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BBC is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 188 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.12 |
| HSL | 325.81º | 0.59% | 0.71% | - |
| HSV(B) | 325.81º | 0.38% | 0.88% | - |
| XYZ | 49.36 | 38.1 | 52.33 | - |
| YUV | 170.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 188 | 0 | 0.38 | 0.16 | 0.12 | 325.81 | 0.59 | 0.71 |
| Hex | E1 | 8B | BC | 0 | 26 | 10 | C | 146 | 3B | 47 |
| Octal | 341 | 213 | 274 | 0 | 46 | 20 | 14 | 506 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10111100 | 0 | 100110 | 10000 | 1100 | 101000110 | 111011 | 1000111 |
Color Harmonies of #E18BBC
Complementary color
Monochromatic Colors of #E18BBC
Black with #E18BBC
Text Example
Text Example
White with #E18BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BBC; }
p { color: rgb(225,139,188); }
H1.HeaderClassName
{
color: #E18BBC;
}
.AnyTagClassName
{
color: #E18BBC;
}
</style>
background-color css
<style>
a { background-color: #E18BBC; }
a { background-color: rgb(225,139,188); }
div.DivClassName
{
background-color: #E18BBC;
}
.BgClassName
{
background-color: #E18BBC;
}
</style>
border-color css
<style>
span { border-color: #E18BBC; }
span { border-color: rgb(225,139,188); }
td.TdClassName
{
border-color: #E18BBC;
}
.TagClassName
{
border-color: #E18BBC;
}
</style>