#E69DE0

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

Shades of Plum #E69DE0

Tints of Plum #E69DE0

Color information

#E69DE0 (or 0xE69DE0) is unknown color: approx Plum. HEX triplet: E6, 9D and E0. RGB value is (230,157,224). Sum of RGB (Red+Green+Blue) = 230+157+224=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DE0 is #19621F. Grayscale: #BABABA. Windows color (decimal): -1663520 or 14720486. OLE color: 14720486.

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

Color convert

RGB230157224-
CMYK00.320.030.10
HSL304.93º59.35%75.88%-
HSV(B)304.93º31.74%90.2%-
XYZ58.1446.3276.4-
YUV186.46149.18159.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 157 (61.72% from 255) = 25.70%
BLUE value IS 224 (87.89% from 255) = 36.66%
R=37.64%
G=25.70%
B=36.66%

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
Decimal23015722400.320.030.10304.9359.3575.88
HexE69DE00203A1313b4c
Octal34623534004031246173114
Binary11100110100111011110000001000001110101001100011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DE0; }

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

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

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

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

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

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

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

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