#E695D2

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

Shades of Plum #E695D2

Tints of Plum #E695D2

Color information

#E695D2 (or 0xE695D2) is unknown color: approx Plum. HEX triplet: E6, 95 and D2. RGB value is (230,149,210). Sum of RGB (Red+Green+Blue) = 230+149+210=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E695D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695D2 is #196A2D. Grayscale: #B4B4B4. Windows color (decimal): -1665582 or 13800934. OLE color: 13800934.

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

Color convert

RGB230149210-
CMYK00.350.090.10
HSL314.81º61.83%74.31%-
HSV(B)314.81º35.22%90.2%-
XYZ55.0142.9766.37-
YUV180.17144.84163.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.05%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=39.05%
G=25.30%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014921000.350.090.10314.8161.8374.31
HexE695D20239A13b3e4a
Octal346225322043111247376112
Binary1110011010010101110100100100011100110101001110111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695D2; }

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

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

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

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

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

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

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

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