#E69DDE

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

Shades of Plum #E69DDE

Tints of Plum #E69DDE

Color information

#E69DDE (or 0xE69DDE) is unknown color: approx Plum. HEX triplet: E6, 9D and DE. RGB value is (230,157,222). Sum of RGB (Red+Green+Blue) = 230+157+222=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DDE is #196221. Grayscale: #BABABA. Windows color (decimal): -1663522 or 14589414. OLE color: 14589414.

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

Color convert

RGB230157222-
CMYK00.320.030.10
HSL306.58º59.35%75.88%-
HSV(B)306.58º31.74%90.2%-
XYZ57.8746.2174.98-
YUV186.24148.18159.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.77%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=37.77%
G=25.78%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015722200.320.030.10306.5859.3575.88
HexE69DDE0203A1333b4c
Octal34623533604031246373114
Binary11100110100111011101111001000001110101001100111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DDE; }

 p { color: rgb(230,157,222); }

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

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

 a { background-color: rgb(230,157,222); }

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

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

 span { border-color: rgb(230,157,222); }

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