#E18CBC

Color #E18CBC Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E18CBC

Tints of Shocking #E18CBC

Color information

#E18CBC (or 0xE18CBC) is unknown color: approx Shocking. HEX triplet: E1, 8C and BC. RGB value is (225,140,188). Sum of RGB (Red+Green+Blue) = 225+140+188=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CBC is #1E7343. Grayscale: #AAAAAA. Windows color (decimal): -1995588 or 12356833. OLE color: 12356833.

HSL color Cylindrical-coordinate representation of color #E18CBC: hue angle of 326.12º 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 #E18CBC is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225140188-
CMYK00.380.160.12
HSL326.12º58.62%71.57%-
HSV(B)326.12º37.78%88.24%-
XYZ49.5138.3952.38-
YUV170.89137.66166.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=40.69%
G=25.32%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514018800.380.160.12326.1258.6271.57
HexE18CBC02610C1463b48
Octal341214274046201450673110
Binary11100001100011001011110001001101000011001010001101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CBC; }

 p { color: rgb(225,140,188); }

 H1.HeaderClassName
 {
   color: #E18CBC;
 }
 .AnyTagClassName
 {
   color: #E18CBC;
 }
</style>
background-color css

<style>
 a { background-color: #E18CBC; }

 a { background-color: rgb(225,140,188); }

 div.DivClassName
 {
   background-color: #E18CBC;
 }
 .BgClassName
 {
   background-color: #E18CBC;
 }
</style>
border-color css

<style>
 span { border-color: #E18CBC; }

 span { border-color: rgb(225,140,188); }

 td.TdClassName
 {
   border-color: #E18CBC;
 }
 .TagClassName
 {
   border-color: #E18CBC;
 }
</style>