#E69ADA

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

Shades of Plum #E69ADA

Tints of Plum #E69ADA

Color information

#E69ADA (or 0xE69ADA) is unknown color: approx Plum. HEX triplet: E6, 9A and DA. RGB value is (230,154,218). Sum of RGB (Red+Green+Blue) = 230+154+218=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ADA is #196525. Grayscale: #B7B7B7. Windows color (decimal): -1664294 or 14326502. OLE color: 14326502.

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

Color convert

RGB230154218-
CMYK00.330.050.10
HSL309.47º60.32%75.29%-
HSV(B)309.47º33.04%90.2%-
XYZ56.844572.02-
YUV184.02147.18160.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.21%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=38.21%
G=25.58%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015421800.330.050.10309.4760.3275.29
HexE69ADA0215A1353c4b
Octal34623233204151246574113
Binary111001101001101011011010010000110110101001101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ADA; }

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

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

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

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

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

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

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

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