#E090DC

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

Shades of Plum #E090DC

Tints of Plum #E090DC

Color information

#E090DC (or 0xE090DC) is unknown color: approx Plum. HEX triplet: E0, 90 and DC. RGB value is (224,144,220). Sum of RGB (Red+Green+Blue) = 224+144+220=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E090DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090DC is #1F6F23. Grayscale: #B0B0B0. Windows color (decimal): -2060068 or 14455008. OLE color: 14455008.

HSL color Cylindrical-coordinate representation of color #E090DC: hue angle of 303º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E090DC is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224144220-
CMYK00.360.020.12
HSL303º56.34%72.16%-
HSV(B)303º35.71%87.84%-
XYZ53.6340.9672.79-
YUV176.58152.5161.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 144 (56.64% from 255) = 24.49%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=38.10%
G=24.49%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414422000.360.020.1230356.3472.16
HexE090DC0242C12f3848
Octal34022033404421445770110
Binary11100000100100001101110001001001011001001011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090DC; }

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

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

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

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

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

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

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

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