#E186B5

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

Shades of Shocking #E186B5

Tints of Shocking #E186B5

Color information

#E186B5 (or 0xE186B5) is unknown color: approx Shocking. HEX triplet: E1, 86 and B5. RGB value is (225,134,181). Sum of RGB (Red+Green+Blue) = 225+134+181=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E186B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186B5 is #1E794A. Grayscale: #A6A6A6. Windows color (decimal): -1997131 or 11896545. OLE color: 11896545.

HSL color Cylindrical-coordinate representation of color #E186B5: hue angle of 329.01º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E186B5 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB225134181-
CMYK00.400.200.12
HSL329.01º60.26%70.39%-
HSV(B)329.01º40.44%88.24%-
XYZ47.9236.3948.22-
YUV166.57136.15169.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 134 (52.73% from 255) = 24.81%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=41.67%
G=24.81%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513418100.400.200.12329.0160.2670.39
HexE186B502814C1493c46
Octal341206265050241451174106
Binary11100001100001101011010101010001010011001010010011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186B5; }

 p { color: rgb(225,134,181); }

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

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

 a { background-color: rgb(225,134,181); }

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

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

 span { border-color: rgb(225,134,181); }

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