#E695DB

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

Shades of Plum #E695DB

Tints of Plum #E695DB

Color information

#E695DB (or 0xE695DB) is unknown color: approx Plum. HEX triplet: E6, 95 and DB. RGB value is (230,149,219). Sum of RGB (Red+Green+Blue) = 230+149+219=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E695DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695DB is #196A24. Grayscale: #B5B5B5. Windows color (decimal): -1665573 or 14390758. OLE color: 14390758.

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

Color convert

RGB230149219-
CMYK00.350.050.10
HSL308.15º61.83%74.31%-
HSV(B)308.15º35.22%90.2%-
XYZ56.1743.4372.44-
YUV181.2149.34162.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.46%
GREEN value IS 149 (58.59% from 255) = 24.92%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=38.46%
G=24.92%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014921900.350.050.10308.1561.8374.31
HexE695DB0235A1343e4a
Octal34622533304351246476112
Binary111001101001010111011011010001110110101001101001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695DB; }

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

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

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

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

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

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

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

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