#E690DA

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

Shades of Plum #E690DA

Tints of Plum #E690DA

Color information

#E690DA (or 0xE690DA) is unknown color: approx Plum. HEX triplet: E6, 90 and DA. RGB value is (230,144,218). Sum of RGB (Red+Green+Blue) = 230+144+218=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E690DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690DA is #196F25. Grayscale: #B1B1B1. Windows color (decimal): -1666854 or 14323942. OLE color: 14323942.

HSL color Cylindrical-coordinate representation of color #E690DA: hue angle of 308.37º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690DA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230144218-
CMYK00.370.050.10
HSL308.37º63.24%73.33%-
HSV(B)308.37º37.39%90.2%-
XYZ55.2641.8371.49-
YUV178.15150.49164.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.85%
GREEN value IS 144 (56.64% from 255) = 24.32%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=38.85%
G=24.32%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014421800.370.050.10308.3763.2473.33
HexE690DA0255A1343f49
Octal34622033204551246477111
Binary111001101001000011011010010010110110101001101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E690DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E690DA; }

 p { color: rgb(230,144,218); }

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

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

 a { background-color: rgb(230,144,218); }

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

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

 span { border-color: rgb(230,144,218); }

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