#E69CDA

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

Shades of Plum #E69CDA

Tints of Plum #E69CDA

Color information

#E69CDA (or 0xE69CDA) is unknown color: approx Plum. HEX triplet: E6, 9C and DA. RGB value is (230,156,218). Sum of RGB (Red+Green+Blue) = 230+156+218=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CDA is #196325. Grayscale: #B9B9B9. Windows color (decimal): -1663782 or 14327014. OLE color: 14327014.

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

Color convert

RGB230156218-
CMYK00.320.050.10
HSL309.73º59.68%75.69%-
HSV(B)309.73º32.17%90.2%-
XYZ57.1845.6672.13-
YUV185.19146.52159.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.08%
GREEN value IS 156 (61.33% from 255) = 25.83%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=38.08%
G=25.83%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015621800.320.050.10309.7359.6875.69
HexE69CDA0205A1363c4c
Octal34623433204051246674114
Binary111001101001110011011010010000010110101001101101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CDA; }

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

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

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

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

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

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

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

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