#E691DB

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

Shades of Plum #E691DB

Tints of Plum #E691DB

Color information

#E691DB (or 0xE691DB) is unknown color: approx Plum. HEX triplet: E6, 91 and DB. RGB value is (230,145,219). Sum of RGB (Red+Green+Blue) = 230+145+219=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E691DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691DB is #196E24. Grayscale: #B2B2B2. Windows color (decimal): -1666597 or 14389734. OLE color: 14389734.

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

Color convert

RGB230145219-
CMYK00.370.050.10
HSL307.76º62.96%73.53%-
HSV(B)307.76º36.96%90.2%-
XYZ55.5442.1972.23-
YUV178.85150.66164.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.72%
GREEN value IS 145 (57.03% from 255) = 24.41%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=38.72%
G=24.41%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014521900.370.050.10307.7662.9673.53
HexE691DB0255A1343f4a
Octal34622133304551246477112
Binary111001101001000111011011010010110110101001101001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691DB; }

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

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

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

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

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

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

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

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