#E188BD

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

Shades of Shocking #E188BD

Tints of Shocking #E188BD

Color information

#E188BD (or 0xE188BD) is unknown color: approx Shocking. HEX triplet: E1, 88 and BD. RGB value is (225,136,189). Sum of RGB (Red+Green+Blue) = 225+136+189=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E188BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188BD is #1E7742. Grayscale: #A8A8A8. Windows color (decimal): -1996611 or 12421345. OLE color: 12421345.

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

Color convert

RGB225136189-
CMYK00.400.160.12
HSL324.27º59.73%70.78%-
HSV(B)324.27º39.56%88.24%-
XYZ49.0437.2952.76-
YUV168.65139.49168.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=40.91%
G=24.73%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513618900.400.160.12324.2759.7370.78
HexE188BD02810C1443c47
Octal341210275050201450474107
Binary11100001100010001011110101010001000011001010001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188BD; }

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

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

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

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

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

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

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

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