#E694DF

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

Shades of Plum #E694DF

Tints of Plum #E694DF

Color information

#E694DF (or 0xE694DF) is unknown color: approx Plum. HEX triplet: E6, 94 and DF. RGB value is (230,148,223). Sum of RGB (Red+Green+Blue) = 230+148+223=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E694DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694DF is #196B20. Grayscale: #B4B4B4. Windows color (decimal): -1665825 or 14652646. OLE color: 14652646.

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

Color convert

RGB230148223-
CMYK00.360.030.10
HSL305.12º62.12%74.12%-
HSV(B)305.12º35.65%90.2%-
XYZ56.5443.3375.2-
YUV181.07151.67162.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=38.27%
G=24.63%
B=37.10%

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
Decimal23014822300.360.030.10305.1262.1274.12
HexE694DF0243A1313e4a
Octal34622433704431246176112
Binary11100110100101001101111101001001110101001100011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E694DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E694DF; }

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

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

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

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

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

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

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

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