#E693DE

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

Shades of Plum #E693DE

Tints of Plum #E693DE

Color information

#E693DE (or 0xE693DE) is unknown color: approx Plum. HEX triplet: E6, 93 and DE. RGB value is (230,147,222). Sum of RGB (Red+Green+Blue) = 230+147+222=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E693DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693DE is #196C21. Grayscale: #B4B4B4. Windows color (decimal): -1666082 or 14586854. OLE color: 14586854.

HSL color Cylindrical-coordinate representation of color #E693DE: hue angle of 305.78º 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 #E693DE is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230147222-
CMYK00.360.030.10
HSL305.78º62.41%73.92%-
HSV(B)305.78º36.09%90.2%-
XYZ56.2542.9674.44-
YUV180.37151.5163.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.40%
GREEN value IS 147 (57.81% from 255) = 24.54%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=38.40%
G=24.54%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014722200.360.030.10305.7862.4173.92
HexE693DE0243A1323e4a
Octal34622333604431246276112
Binary11100110100100111101111001001001110101001100101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E693DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E693DE; }

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

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

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

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

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

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

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

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