#E694DE

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

Shades of Plum #E694DE

Tints of Plum #E694DE

Color information

#E694DE (or 0xE694DE) is unknown color: approx Plum. HEX triplet: E6, 94 and DE. RGB value is (230,148,222). Sum of RGB (Red+Green+Blue) = 230+148+222=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E694DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694DE is #196B21. Grayscale: #B4B4B4. Windows color (decimal): -1665826 or 14587110. OLE color: 14587110.

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

Color convert

RGB230148222-
CMYK00.360.030.10
HSL305.85º62.12%74.12%-
HSV(B)305.85º35.65%90.2%-
XYZ56.4143.2874.49-
YUV180.95151.17162.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.33%
GREEN value IS 148 (58.20% from 255) = 24.67%
BLUE value IS 222 (87.11% from 255) = 37%
R=38.33%
G=24.67%
B=37%

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
Decimal23014822200.360.030.10305.8562.1274.12
HexE694DE0243A1323e4a
Octal34622433604431246276112
Binary11100110100101001101111001001001110101001100101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E694DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E694DE; }

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

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

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

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

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

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

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

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