#E593BD

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

Shades of Shocking #E593BD

Tints of Shocking #E593BD

Color information

#E593BD (or 0xE593BD) is unknown color: approx Shocking. HEX triplet: E5, 93 and BD. RGB value is (229,147,189). Sum of RGB (Red+Green+Blue) = 229+147+189=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E593BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593BD is #1A6C42. Grayscale: #B0B0B0. Windows color (decimal): -1731651 or 12424165. OLE color: 12424165.

HSL color Cylindrical-coordinate representation of color #E593BD: hue angle of 329.27º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E593BD is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229147189-
CMYK00.360.170.10
HSL329.27º61.19%73.73%-
HSV(B)329.27º35.81%89.8%-
XYZ51.9341.253.36-
YUV176.31135.17165.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.53%
GREEN value IS 147 (57.81% from 255) = 26.02%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=40.53%
G=26.02%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914718900.360.170.10329.2761.1973.73
HexE593BD02411A1493d4a
Octal345223275044211251175112
Binary11100101100100111011110101001001000110101010010011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E593BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E593BD; }

 p { color: rgb(229,147,189); }

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

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

 a { background-color: rgb(229,147,189); }

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

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

 span { border-color: rgb(229,147,189); }

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