#E095D7

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

Shades of Plum #E095D7

Tints of Plum #E095D7

Color information

#E095D7 (or 0xE095D7) is unknown color: approx Plum. HEX triplet: E0, 95 and D7. RGB value is (224,149,215). Sum of RGB (Red+Green+Blue) = 224+149+215=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E095D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095D7 is #1F6A28. Grayscale: #B2B2B2. Windows color (decimal): -2058793 or 14128608. OLE color: 14128608.

HSL color Cylindrical-coordinate representation of color #E095D7: hue angle of 307.2º 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 #E095D7 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224149215-
CMYK00.330.040.12
HSL307.2º54.74%73.14%-
HSV(B)307.2º33.48%87.84%-
XYZ53.7542.2569.61-
YUV178.95148.35160.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=38.10%
G=25.34%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414921500.330.040.12307.254.7473.14
HexE095D70214C1333749
Octal34022532704141446367111
Binary111000001001010111010111010000110011001001100111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095D7; }

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

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

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

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

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

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

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

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