#E69DDB

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

Shades of Plum #E69DDB

Tints of Plum #E69DDB

Color information

#E69DDB (or 0xE69DDB) is unknown color: approx Plum. HEX triplet: E6, 9D and DB. RGB value is (230,157,219). Sum of RGB (Red+Green+Blue) = 230+157+219=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DDB is #196224. Grayscale: #B9B9B9. Windows color (decimal): -1663525 or 14392806. OLE color: 14392806.

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

Color convert

RGB230157219-
CMYK00.320.050.10
HSL309.04º59.35%75.88%-
HSV(B)309.04º31.74%90.2%-
XYZ57.4846.0572.88-
YUV185.9146.68159.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.95%
GREEN value IS 157 (61.72% from 255) = 25.91%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=37.95%
G=25.91%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015721900.320.050.10309.0459.3575.88
HexE69DDB0205A1353b4c
Octal34623533304051246573114
Binary111001101001110111011011010000010110101001101011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DDB; }

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

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

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

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

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

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

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

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