#E790DE

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

Shades of Plum #E790DE

Tints of Plum #E790DE

Color information

#E790DE (or 0xE790DE) is unknown color: approx Plum. HEX triplet: E7, 90 and DE. RGB value is (231,144,222). Sum of RGB (Red+Green+Blue) = 231+144+222=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E790DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790DE is #186F21. Grayscale: #B2B2B2. Windows color (decimal): -1601314 or 14586087. OLE color: 14586087.

HSL color Cylindrical-coordinate representation of color #E790DE: hue angle of 306.21º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790DE is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231144222-
CMYK00.380.040.09
HSL306.21º64.44%73.53%-
HSV(B)306.21º37.66%90.59%-
XYZ56.1142.2174.3-
YUV178.9152.32165.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 144 (56.64% from 255) = 24.12%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=38.69%
G=24.12%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114422200.380.040.09306.2164.4473.53
HexE790DE02649132404a
Octal347220336046411462100112
Binary1110011110010000110111100100110100100110011001010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790DE; }

 p { color: rgb(231,144,222); }

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

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

 a { background-color: rgb(231,144,222); }

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

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

 span { border-color: rgb(231,144,222); }

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