#E695D9

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

Shades of Plum #E695D9

Tints of Plum #E695D9

Color information

#E695D9 (or 0xE695D9) is unknown color: approx Plum. HEX triplet: E6, 95 and D9. RGB value is (230,149,217). Sum of RGB (Red+Green+Blue) = 230+149+217=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E695D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695D9 is #196A26. Grayscale: #B4B4B4. Windows color (decimal): -1665575 or 14259686. OLE color: 14259686.

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

Color convert

RGB230149217-
CMYK00.350.060.10
HSL309.63º61.83%74.31%-
HSV(B)309.63º35.22%90.2%-
XYZ55.943.3371.06-
YUV180.97148.34162.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.59%
GREEN value IS 149 (58.59% from 255) = 25%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=38.59%
G=25%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014921700.350.060.10309.6361.8374.31
HexE695D90236A1363e4a
Octal34622533104361246676112
Binary111001101001010111011001010001111010101001101101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695D9; }

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

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

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

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

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

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

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

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