#E595EA

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

Shades of Plum #E595EA

Tints of Plum #E595EA

Color information

#E595EA (or 0xE595EA) is unknown color: approx Plum. HEX triplet: E5, 95 and EA. RGB value is (229,149,234). Sum of RGB (Red+Green+Blue) = 229+149+234=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #E595EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E595EA is #1A6A15. Grayscale: #B6B6B6. Windows color (decimal): -1731094 or 15373797. OLE color: 15373797.

HSL color Cylindrical-coordinate representation of color #E595EA: hue angle of 296.47º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E595EA is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229149234-
CMYK0.020.3600.08
HSL296.47º66.93%75.1%-
HSV(B)296.47º36.32%91.76%-
XYZ57.9144.0983.3-
YUV182.61157161.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.42%
GREEN value IS 149 (58.59% from 255) = 24.35%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=37.42%
G=24.35%
B=38.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291492340.020.3600.08296.4766.9375.1
HexE595EA22408128434b
Octal345225352244010450103113
Binary111001011001010111101010101001000100010010100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E595EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E595EA; }

 p { color: rgb(229,149,234); }

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

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

 a { background-color: rgb(229,149,234); }

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

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

 span { border-color: rgb(229,149,234); }

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