#E188BB

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

Shades of Shocking #E188BB

Tints of Shocking #E188BB

Color information

#E188BB (or 0xE188BB) is unknown color: approx Shocking. HEX triplet: E1, 88 and BB. RGB value is (225,136,187). Sum of RGB (Red+Green+Blue) = 225+136+187=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E188BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188BB is #1E7744. Grayscale: #A8A8A8. Windows color (decimal): -1996613 or 12290273. OLE color: 12290273.

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

Color convert

RGB225136187-
CMYK00.400.170.12
HSL325.62º59.73%70.78%-
HSV(B)325.62º39.56%88.24%-
XYZ48.8337.251.62-
YUV168.42138.49168.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 136 (53.52% from 255) = 24.82%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=41.06%
G=24.82%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513618700.400.170.12325.6259.7370.78
HexE188BB02811C1463c47
Octal341210273050211450674107
Binary11100001100010001011101101010001000111001010001101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188BB; }

 p { color: rgb(225,136,187); }

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

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

 a { background-color: rgb(225,136,187); }

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

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

 span { border-color: rgb(225,136,187); }

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