#E095DC

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

Shades of Plum #E095DC

Tints of Plum #E095DC

Color information

#E095DC (or 0xE095DC) is unknown color: approx Plum. HEX triplet: E0, 95 and DC. RGB value is (224,149,220). Sum of RGB (Red+Green+Blue) = 224+149+220=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E095DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095DC is #1F6A23. Grayscale: #B3B3B3. Windows color (decimal): -2058788 or 14456288. OLE color: 14456288.

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

Color convert

RGB224149220-
CMYK00.330.020.12
HSL303.2º54.74%73.14%-
HSV(B)303.2º33.48%87.84%-
XYZ54.4142.5173.05-
YUV179.52150.85159.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 149 (58.59% from 255) = 25.13%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=37.77%
G=25.13%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414922000.330.020.12303.254.7473.14
HexE095DC0212C12f3749
Octal34022533404121445767111
Binary11100000100101011101110001000011011001001011111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095DC; }

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

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

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

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

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

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

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

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