Shades of Shocking #E18BCB
Tints of Shocking #E18BCB
RGB
CMYK
RGB Variations
Color information
#E18BCB (or 0xE18BCB) is known color: Shocking. HEX triplet: E1, 8B and CB. RGB value is (225,139,203). Sum of RGB (Red+Green+Blue) = 225+139+203=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BCB is #1E7434. Grayscale: #ABABAB. Windows color (decimal): -1995829 or 13339617. OLE color: 13339617.
HSL color Cylindrical-coordinate representation of color #E18BCB: hue angle of 315.35º 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 #E18BCB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 203 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.12 |
| HSL | 315.35º | 0.59% | 0.71% | - |
| HSV(B) | 315.35º | 0.38% | 0.88% | - |
| XYZ | 51.06 | 38.78 | 61.29 | - |
| YUV | 172.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 203 | 0 | 0.38 | 0.10 | 0.12 | 315.35 | 0.59 | 0.71 |
| Hex | E1 | 8B | CB | 0 | 26 | A | C | 13B | 3B | 47 |
| Octal | 341 | 213 | 313 | 0 | 46 | 12 | 14 | 473 | 73 | 107 |
| Binary | 11100001 | 10001011 | 11001011 | 0 | 100110 | 1010 | 1100 | 100111011 | 111011 | 1000111 |
Color Harmonies of #E18BCB
Complementary color
Monochromatic Colors of #E18BCB
Black with #E18BCB
Text Example
Text Example
White with #E18BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BCB; }
p { color: rgb(225,139,203); }
H1.HeaderClassName
{
color: #E18BCB;
}
.AnyTagClassName
{
color: #E18BCB;
}
</style>
background-color css
<style>
a { background-color: #E18BCB; }
a { background-color: rgb(225,139,203); }
div.DivClassName
{
background-color: #E18BCB;
}
.BgClassName
{
background-color: #E18BCB;
}
</style>
border-color css
<style>
span { border-color: #E18BCB; }
span { border-color: rgb(225,139,203); }
td.TdClassName
{
border-color: #E18BCB;
}
.TagClassName
{
border-color: #E18BCB;
}
</style>