#E69ADD

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

Shades of Plum #E69ADD

Tints of Plum #E69ADD

Color information

#E69ADD (or 0xE69ADD) is unknown color: approx Plum. HEX triplet: E6, 9A and DD. RGB value is (230,154,221). Sum of RGB (Red+Green+Blue) = 230+154+221=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ADD is #196522. Grayscale: #B8B8B8. Windows color (decimal): -1664291 or 14523110. OLE color: 14523110.

HSL color Cylindrical-coordinate representation of color #E69ADD: hue angle of 307.11º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69ADD is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230154221-
CMYK00.330.040.10
HSL307.11º60.32%75.29%-
HSV(B)307.11º33.04%90.2%-
XYZ57.2445.1574.11-
YUV184.36148.68160.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 154 (60.55% from 255) = 25.45%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=38.02%
G=25.45%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015422100.330.040.10307.1160.3275.29
HexE69ADD0214A1333c4b
Octal34623233504141246374113
Binary111001101001101011011101010000110010101001100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ADD; }

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

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

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

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

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

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

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

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