#E69DEE

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

Shades of Plum #E69DEE

Tints of Plum #E69DEE

Color information

#E69DEE (or 0xE69DEE) is unknown color: approx Plum. HEX triplet: E6, 9D and EE. RGB value is (230,157,238). Sum of RGB (Red+Green+Blue) = 230+157+238=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #E69DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69DEE is #196211. Grayscale: #BBBBBB. Windows color (decimal): -1663506 or 15637990. OLE color: 15637990.

HSL color Cylindrical-coordinate representation of color #E69DEE: hue angle of 294.07º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E69DEE is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230157238-
CMYK0.030.3400.07
HSL294.07º70.43%77.45%-
HSV(B)294.07º34.03%93.33%-
XYZ60.1247.1186.81-
YUV188.06156.18157.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 157 (61.72% from 255) = 25.12%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=36.8%
G=25.12%
B=38.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301572380.030.3400.07294.0770.4377.45
HexE69DEE32207126464d
Octal34623535634207446106115
Binary11100110100111011110111011100010011110010011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DEE; }

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

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

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

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

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

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

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

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