#E69ADF

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

Shades of Plum #E69ADF

Tints of Plum #E69ADF

Color information

#E69ADF (or 0xE69ADF) is unknown color: approx Plum. HEX triplet: E6, 9A and DF. RGB value is (230,154,223). Sum of RGB (Red+Green+Blue) = 230+154+223=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ADF is #196520. Grayscale: #B8B8B8. Windows color (decimal): -1664289 or 14654182. OLE color: 14654182.

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

Color convert

RGB230154223-
CMYK00.330.030.10
HSL305.53º60.32%75.29%-
HSV(B)305.53º33.04%90.2%-
XYZ57.5145.2675.52-
YUV184.59149.68160.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=37.89%
G=25.37%
B=36.74%

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
Decimal23015422300.330.030.10305.5360.3275.29
HexE69ADF0213A1323c4b
Octal34623233704131246274113
Binary11100110100110101101111101000011110101001100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ADF; }

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

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

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

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

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

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

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

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