#E790D7

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

Shades of Plum #E790D7

Tints of Plum #E790D7

Color information

#E790D7 (or 0xE790D7) is unknown color: approx Plum. HEX triplet: E7, 90 and D7. RGB value is (231,144,215). Sum of RGB (Red+Green+Blue) = 231+144+215=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E790D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790D7 is #186F28. Grayscale: #B1B1B1. Windows color (decimal): -1601321 or 14127335. OLE color: 14127335.

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

Color convert

RGB231144215-
CMYK00.380.070.09
HSL311.03º64.44%73.53%-
HSV(B)311.03º37.66%90.59%-
XYZ55.1941.8469.46-
YUV178.11148.82165.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 144 (56.64% from 255) = 24.41%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=39.15%
G=24.41%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114421500.380.070.09311.0364.4473.53
HexE790D702679137404a
Octal347220327046711467100112
Binary1110011110010000110101110100110111100110011011110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790D7; }

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

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

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

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

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

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

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

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