Shades of Shocking #E18CBF
Tints of Shocking #E18CBF
RGB
CMYK
RGB Variations
Color information
#E18CBF (or 0xE18CBF) is known color: Shocking. HEX triplet: E1, 8C and BF. RGB value is (225,140,191). Sum of RGB (Red+Green+Blue) = 225+140+191=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CBF is #1E7340. Grayscale: #ABABAB. Windows color (decimal): -1995585 or 12553441. OLE color: 12553441.
HSL color Cylindrical-coordinate representation of color #E18CBF: hue angle of 324º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CBF is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 191 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.12 |
| HSL | 324º | 0.59% | 0.72% | - |
| HSV(B) | 324º | 0.38% | 0.88% | - |
| XYZ | 49.83 | 38.53 | 54.1 | - |
| YUV | 171.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 191 | 0 | 0.38 | 0.15 | 0.12 | 324 | 0.59 | 0.72 |
| Hex | E1 | 8C | BF | 0 | 26 | F | C | 144 | 3B | 48 |
| Octal | 341 | 214 | 277 | 0 | 46 | 17 | 14 | 504 | 73 | 110 |
| Binary | 11100001 | 10001100 | 10111111 | 0 | 100110 | 1111 | 1100 | 101000100 | 111011 | 1001000 |
Color Harmonies of #E18CBF
Complementary color
Monochromatic Colors of #E18CBF
Black with #E18CBF
Text Example
Text Example
White with #E18CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CBF; }
p { color: rgb(225,140,191); }
H1.HeaderClassName
{
color: #E18CBF;
}
.AnyTagClassName
{
color: #E18CBF;
}
</style>
background-color css
<style>
a { background-color: #E18CBF; }
a { background-color: rgb(225,140,191); }
div.DivClassName
{
background-color: #E18CBF;
}
.BgClassName
{
background-color: #E18CBF;
}
</style>
border-color css
<style>
span { border-color: #E18CBF; }
span { border-color: rgb(225,140,191); }
td.TdClassName
{
border-color: #E18CBF;
}
.TagClassName
{
border-color: #E18CBF;
}
</style>