#E695DE

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

Shades of Plum #E695DE

Tints of Plum #E695DE

Color information

#E695DE (or 0xE695DE) is unknown color: approx Plum. HEX triplet: E6, 95 and DE. RGB value is (230,149,222). Sum of RGB (Red+Green+Blue) = 230+149+222=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E695DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695DE is #196A21. Grayscale: #B5B5B5. Windows color (decimal): -1665570 or 14587366. OLE color: 14587366.

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

Color convert

RGB230149222-
CMYK00.350.030.10
HSL305.93º61.83%74.31%-
HSV(B)305.93º35.22%90.2%-
XYZ56.5743.5974.54-
YUV181.54150.84162.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=38.27%
G=24.79%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014922200.350.030.10305.9361.8374.31
HexE695DE0233A1323e4a
Octal34622533604331246276112
Binary11100110100101011101111001000111110101001100101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695DE; }

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

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

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

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

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

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

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

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