#E69EDE

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

Shades of Plum #E69EDE

Tints of Plum #E69EDE

Color information

#E69EDE (or 0xE69EDE) is unknown color: approx Plum. HEX triplet: E6, 9E and DE. RGB value is (230,158,222). Sum of RGB (Red+Green+Blue) = 230+158+222=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EDE is #196121. Grayscale: #BABABA. Windows color (decimal): -1663266 or 14589670. OLE color: 14589670.

HSL color Cylindrical-coordinate representation of color #E69EDE: hue angle of 306.67º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69EDE is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230158222-
CMYK00.310.030.10
HSL306.67º59.02%76.08%-
HSV(B)306.67º31.3%90.2%-
XYZ58.0446.5575.03-
YUV186.82147.85158.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.70%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=37.70%
G=25.90%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015822200.310.030.10306.6759.0276.08
HexE69EDE01F3A1333b4c
Octal34623633603731246373114
Binary1110011010011110110111100111111110101001100111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69EDE; }

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

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

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

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

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

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

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

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