#E495E5

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

Shades of Plum #E495E5

Tints of Plum #E495E5

Color information

#E495E5 (or 0xE495E5) is unknown color: approx Plum. HEX triplet: E4, 95 and E5. RGB value is (228,149,229). Sum of RGB (Red+Green+Blue) = 228+149+229=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #E495E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E495E5 is #1B6A1A. Grayscale: #B5B5B5. Windows color (decimal): -1796635 or 15046116. OLE color: 15046116.

HSL color Cylindrical-coordinate representation of color #E495E5: hue angle of 299.25º 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 #E495E5 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228149229-
CMYK0.000.3500.10
HSL299.25º60.61%74.12%-
HSV(B)299.25º34.93%89.8%-
XYZ56.8943.6579.56-
YUV181.74154.67161-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.62%
GREEN value IS 149 (58.59% from 255) = 24.59%
BLUE value IS 229 (89.84% from 255) = 37.79%
R=37.62%
G=24.59%
B=37.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281492290.000.3500.10299.2560.6174.12
HexE495E50230A12b3d4a
Octal34422534504301245375112
Binary1110010010010101111001010100011010101001010111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E495E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E495E5; }

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

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

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

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

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

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

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

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