#E68DDB

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

Shades of Plum #E68DDB

Tints of Plum #E68DDB

Color information

#E68DDB (or 0xE68DDB) is unknown color: approx Plum. HEX triplet: E6, 8D and DB. RGB value is (230,141,219). Sum of RGB (Red+Green+Blue) = 230+141+219=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DDB is #197224. Grayscale: #B0B0B0. Windows color (decimal): -1667621 or 14388710. OLE color: 14388710.

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

Color convert

RGB230141219-
CMYK00.390.050.10
HSL307.42º64.03%72.75%-
HSV(B)307.42º38.7%90.2%-
XYZ54.9440.9972.03-
YUV176.5151.99166.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.98%
GREEN value IS 141 (55.47% from 255) = 23.90%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=38.98%
G=23.90%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014121900.390.050.10307.4264.0372.75
HexE68DDB0275A1334049
Octal346215333047512463100111
Binary1110011010001101110110110100111101101010011001110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DDB; }

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

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

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

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

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

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

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

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