#E594E0

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

Shades of Plum #E594E0

Tints of Plum #E594E0

Color information

#E594E0 (or 0xE594E0) is unknown color: approx Plum. HEX triplet: E5, 94 and E0. RGB value is (229,148,224). Sum of RGB (Red+Green+Blue) = 229+148+224=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E594E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594E0 is #1A6B1F. Grayscale: #B4B4B4. Windows color (decimal): -1731360 or 14718181. OLE color: 14718181.

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

Color convert

RGB229148224-
CMYK00.350.020.10
HSL303.7º60.9%73.92%-
HSV(B)303.7º35.37%89.8%-
XYZ56.3643.2275.89-
YUV180.88152.34162.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=38.10%
G=24.63%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914822400.350.020.10303.760.973.92
HexE594E00232A1303d4a
Octal34522434004321246075112
Binary11100101100101001110000001000111010101001100001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594E0; }

 p { color: rgb(229,148,224); }

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

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

 a { background-color: rgb(229,148,224); }

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

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

 span { border-color: rgb(229,148,224); }

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