#E095DF

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

Shades of Plum #E095DF

Tints of Plum #E095DF

Color information

#E095DF (or 0xE095DF) is unknown color: approx Plum. HEX triplet: E0, 95 and DF. RGB value is (224,149,223). Sum of RGB (Red+Green+Blue) = 224+149+223=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E095DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095DF is #1F6A20. Grayscale: #B3B3B3. Windows color (decimal): -2058785 or 14652896. OLE color: 14652896.

HSL color Cylindrical-coordinate representation of color #E095DF: hue angle of 300.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095DF is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB224149223-
CMYK00.330.000.12
HSL300.8º54.74%73.14%-
HSV(B)300.8º33.48%87.84%-
XYZ54.8142.6775.16-
YUV179.86152.35159.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 149 (58.59% from 255) = 25%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=37.58%
G=25%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414922300.330.000.12300.854.7473.14
HexE095DF0210C12d3749
Octal34022533704101445567111
Binary1110000010010101110111110100001011001001011011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095DF; }

 p { color: rgb(224,149,223); }

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

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

 a { background-color: rgb(224,149,223); }

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

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

 span { border-color: rgb(224,149,223); }

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