#E695DD

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

Shades of Plum #E695DD

Tints of Plum #E695DD

Color information

#E695DD (or 0xE695DD) is unknown color: approx Plum. HEX triplet: E6, 95 and DD. RGB value is (230,149,221). Sum of RGB (Red+Green+Blue) = 230+149+221=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E695DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695DD is #196A22. Grayscale: #B5B5B5. Windows color (decimal): -1665571 or 14521830. OLE color: 14521830.

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

Color convert

RGB230149221-
CMYK00.350.040.10
HSL306.67º61.83%74.31%-
HSV(B)306.67º35.22%90.2%-
XYZ56.4343.5473.84-
YUV181.43150.34162.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.33%
GREEN value IS 149 (58.59% from 255) = 24.83%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=38.33%
G=24.83%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014922100.350.040.10306.6761.8374.31
HexE695DD0234A1333e4a
Octal34622533504341246376112
Binary111001101001010111011101010001110010101001100111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695DD; }

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

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

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

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

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

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

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

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