#E69ADE

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

Shades of Plum #E69ADE

Tints of Plum #E69ADE

Color information

#E69ADE (or 0xE69ADE) is unknown color: approx Plum. HEX triplet: E6, 9A and DE. RGB value is (230,154,222). Sum of RGB (Red+Green+Blue) = 230+154+222=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ADE is #196521. Grayscale: #B8B8B8. Windows color (decimal): -1664290 or 14588646. OLE color: 14588646.

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

Color convert

RGB230154222-
CMYK00.330.030.10
HSL306.32º60.32%75.29%-
HSV(B)306.32º33.04%90.2%-
XYZ57.3745.2174.81-
YUV184.48149.18160.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.95%
GREEN value IS 154 (60.55% from 255) = 25.41%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=37.95%
G=25.41%
B=36.63%

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
Decimal23015422200.330.030.10306.3260.3275.29
HexE69ADE0213A1323c4b
Octal34623233604131246274113
Binary11100110100110101101111001000011110101001100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ADE; }

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

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

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

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

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

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

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

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