#E190DD

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

Shades of Plum #E190DD

Tints of Plum #E190DD

Color information

#E190DD (or 0xE190DD) is unknown color: approx Plum. HEX triplet: E1, 90 and DD. RGB value is (225,144,221). Sum of RGB (Red+Green+Blue) = 225+144+221=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E190DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190DD is #1E6F22. Grayscale: #B0B0B0. Windows color (decimal): -1994531 or 14520545. OLE color: 14520545.

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

Color convert

RGB225144221-
CMYK00.360.020.12
HSL302.96º57.45%72.35%-
HSV(B)302.96º36%88.24%-
XYZ54.0841.1773.5-
YUV177152.84162.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 144 (56.64% from 255) = 24.41%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=38.14%
G=24.41%
B=37.46%

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
Decimal22514422100.360.020.12302.9657.4572.35
HexE190DD0242C12f3948
Octal34122033504421445771110
Binary11100001100100001101110101001001011001001011111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190DD; }

 p { color: rgb(225,144,221); }

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

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

 a { background-color: rgb(225,144,221); }

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

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

 span { border-color: rgb(225,144,221); }

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