#E090D1

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

Shades of Plum #E090D1

Tints of Plum #E090D1

Color information

#E090D1 (or 0xE090D1) is unknown color: approx Plum. HEX triplet: E0, 90 and D1. RGB value is (224,144,209). Sum of RGB (Red+Green+Blue) = 224+144+209=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E090D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090D1 is #1F6F2E. Grayscale: #AFAFAF. Windows color (decimal): -2060079 or 13734112. OLE color: 13734112.

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

Color convert

RGB224144209-
CMYK00.360.070.12
HSL311.25º56.34%72.16%-
HSV(B)311.25º35.71%87.84%-
XYZ52.2240.465.37-
YUV175.33147162.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 209 (82.03% from 255) = 36.22%
R=38.82%
G=24.96%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414420900.360.070.12311.2556.3472.16
HexE090D10247C1373848
Octal34022032104471446770110
Binary111000001001000011010001010010011111001001101111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090D1; }

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

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

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

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

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

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

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

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