#E693DA

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

Shades of Plum #E693DA

Tints of Plum #E693DA

Color information

#E693DA (or 0xE693DA) is unknown color: approx Plum. HEX triplet: E6, 93 and DA. RGB value is (230,147,218). Sum of RGB (Red+Green+Blue) = 230+147+218=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E693DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693DA is #196C25. Grayscale: #B3B3B3. Windows color (decimal): -1666086 or 14324710. OLE color: 14324710.

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

Color convert

RGB230147218-
CMYK00.360.050.10
HSL308.67º62.41%73.92%-
HSV(B)308.67º36.09%90.2%-
XYZ55.7242.7571.64-
YUV179.91149.5163.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=38.66%
G=24.71%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014721800.360.050.10308.6762.4173.92
HexE693DA0245A1353e4a
Octal34622333204451246576112
Binary111001101001001111011010010010010110101001101011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E693DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E693DA; }

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

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

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

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

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

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

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

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