#E69BDE

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

Shades of Plum #E69BDE

Tints of Plum #E69BDE

Color information

#E69BDE (or 0xE69BDE) is unknown color: approx Plum. HEX triplet: E6, 9B and DE. RGB value is (230,155,222). Sum of RGB (Red+Green+Blue) = 230+155+222=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BDE is #196421. Grayscale: #B8B8B8. Windows color (decimal): -1664034 or 14588902. OLE color: 14588902.

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

Color convert

RGB230155222-
CMYK00.330.030.10
HSL306.4º60%75.49%-
HSV(B)306.4º32.61%90.2%-
XYZ57.5445.5474.86-
YUV185.06148.85160.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=37.89%
G=25.54%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015522200.330.030.10306.46075.49
HexE69BDE0213A1323c4b
Octal34623333604131246274113
Binary11100110100110111101111001000011110101001100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BDE; }

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

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

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

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

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

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

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

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