#E69CDD

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

Shades of Plum #E69CDD

Tints of Plum #E69CDD

Color information

#E69CDD (or 0xE69CDD) is unknown color: approx Plum. HEX triplet: E6, 9C and DD. RGB value is (230,156,221). Sum of RGB (Red+Green+Blue) = 230+156+221=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CDD is #196322. Grayscale: #B9B9B9. Windows color (decimal): -1663779 or 14523622. OLE color: 14523622.

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

Color convert

RGB230156221-
CMYK00.320.040.10
HSL307.3º59.68%75.69%-
HSV(B)307.3º32.17%90.2%-
XYZ57.5745.8274.22-
YUV185.54148.02159.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=37.89%
G=25.70%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015622100.320.040.10307.359.6875.69
HexE69CDD0204A1333c4c
Octal34623433504041246374114
Binary111001101001110011011101010000010010101001100111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CDD; }

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

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

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

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

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

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

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

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