#E495D1

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

Shades of Plum #E495D1

Tints of Plum #E495D1

Color information

#E495D1 (or 0xE495D1) is unknown color: approx Plum. HEX triplet: E4, 95 and D1. RGB value is (228,149,209). Sum of RGB (Red+Green+Blue) = 228+149+209=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 228 - color contains mainly: red. Hex color #E495D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E495D1 is #1B6A2E. Grayscale: #B3B3B3. Windows color (decimal): -1796655 or 13735396. OLE color: 13735396.

HSL color Cylindrical-coordinate representation of color #E495D1: hue angle of 314.43º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E495D1 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB228149209-
CMYK00.350.080.11
HSL314.43º59.4%73.92%-
HSV(B)314.43º34.65%89.41%-
XYZ54.2542.5965.68-
YUV179.46144.67162.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.91%
GREEN value IS 149 (58.59% from 255) = 25.43%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=38.91%
G=25.43%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814920900.350.080.11314.4359.473.92
HexE495D10238B13a3b4a
Octal344225321043101347273112
Binary1110010010010101110100010100011100010111001110101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E495D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E495D1; }

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

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

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

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

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

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

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

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