#E69BDA

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

Shades of Plum #E69BDA

Tints of Plum #E69BDA

Color information

#E69BDA (or 0xE69BDA) is unknown color: approx Plum. HEX triplet: E6, 9B and DA. RGB value is (230,155,218). Sum of RGB (Red+Green+Blue) = 230+155+218=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BDA is #196425. Grayscale: #B8B8B8. Windows color (decimal): -1664038 or 14326758. OLE color: 14326758.

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

Color convert

RGB230155218-
CMYK00.330.050.10
HSL309.6º60%75.49%-
HSV(B)309.6º32.61%90.2%-
XYZ57.0145.3372.07-
YUV184.61146.85160.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=38.14%
G=25.70%
B=36.15%

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
Decimal23015521800.330.050.10309.66075.49
HexE69BDA0215A1363c4b
Octal34623333204151246674113
Binary111001101001101111011010010000110110101001101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BDA; }

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

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

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

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

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

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

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

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