#E69DDD

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

Shades of Plum #E69DDD

Tints of Plum #E69DDD

Color information

#E69DDD (or 0xE69DDD) is unknown color: approx Plum. HEX triplet: E6, 9D and DD. RGB value is (230,157,221). Sum of RGB (Red+Green+Blue) = 230+157+221=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DDD is #196222. Grayscale: #B9B9B9. Windows color (decimal): -1663523 or 14523878. OLE color: 14523878.

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

Color convert

RGB230157221-
CMYK00.320.040.10
HSL307.4º59.35%75.88%-
HSV(B)307.4º31.74%90.2%-
XYZ57.7446.1674.27-
YUV186.12147.68159.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.83%
GREEN value IS 157 (61.72% from 255) = 25.82%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=37.83%
G=25.82%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015722100.320.040.10307.459.3575.88
HexE69DDD0204A1333b4c
Octal34623533504041246373114
Binary111001101001110111011101010000010010101001100111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DDD; }

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

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

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

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

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

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

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

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