#E591CD

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

Shades of Shocking #E591CD

Tints of Shocking #E591CD

Color information

#E591CD (or 0xE591CD) is unknown color: approx Shocking. HEX triplet: E5, 91 and CD. RGB value is (229,145,205). Sum of RGB (Red+Green+Blue) = 229+145+205=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E591CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591CD is #1A6E32. Grayscale: #B0B0B0. Windows color (decimal): -1732147 or 13472229. OLE color: 13472229.

HSL color Cylindrical-coordinate representation of color #E591CD: hue angle of 317.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E591CD is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229145205-
CMYK00.370.100.10
HSL317.14º61.76%73.33%-
HSV(B)317.14º36.68%89.8%-
XYZ53.4641.3262.91-
YUV176.96143.83165.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.55%
GREEN value IS 145 (57.03% from 255) = 25.04%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=39.55%
G=25.04%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914520500.370.100.10317.1461.7673.33
HexE591CD025AA13d3e49
Octal345221315045121247576111
Binary1110010110010001110011010100101101010101001111011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E591CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E591CD; }

 p { color: rgb(229,145,205); }

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

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

 a { background-color: rgb(229,145,205); }

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

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

 span { border-color: rgb(229,145,205); }

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