#E69CD9

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

Shades of Plum #E69CD9

Tints of Plum #E69CD9

Color information

#E69CD9 (or 0xE69CD9) is unknown color: approx Plum. HEX triplet: E6, 9C and D9. RGB value is (230,156,217). Sum of RGB (Red+Green+Blue) = 230+156+217=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CD9 is #196326. Grayscale: #B8B8B8. Windows color (decimal): -1663783 or 14261478. OLE color: 14261478.

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

Color convert

RGB230156217-
CMYK00.320.060.10
HSL310.54º59.68%75.69%-
HSV(B)310.54º32.17%90.2%-
XYZ57.0545.6171.44-
YUV185.08146.02160.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 217 (85.16% from 255) = 35.99%
R=38.14%
G=25.87%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015621700.320.060.10310.5459.6875.69
HexE69CD90206A1373c4c
Octal34623433104061246774114
Binary111001101001110011011001010000011010101001101111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CD9; }

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

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

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

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

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

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

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

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