#E790DD

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

Shades of Plum #E790DD

Tints of Plum #E790DD

Color information

#E790DD (or 0xE790DD) is unknown color: approx Plum. HEX triplet: E7, 90 and DD. RGB value is (231,144,221). Sum of RGB (Red+Green+Blue) = 231+144+221=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E790DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790DD is #186F22. Grayscale: #B2B2B2. Windows color (decimal): -1601315 or 14520551. OLE color: 14520551.

HSL color Cylindrical-coordinate representation of color #E790DD: hue angle of 306.9º 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 #E790DD is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231144221-
CMYK00.380.040.09
HSL306.9º64.44%73.53%-
HSV(B)306.9º37.66%90.59%-
XYZ55.9842.1673.59-
YUV178.79151.82165.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 144 (56.64% from 255) = 24.16%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=38.76%
G=24.16%
B=37.08%

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
Decimal23114422100.380.040.09306.964.4473.53
HexE790DD02649133404a
Octal347220335046411463100112
Binary1110011110010000110111010100110100100110011001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790DD; }

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

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

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

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

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

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

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

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