#E69EDF

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

Shades of Plum #E69EDF

Tints of Plum #E69EDF

Color information

#E69EDF (or 0xE69EDF) is unknown color: approx Plum. HEX triplet: E6, 9E and DF. RGB value is (230,158,223). Sum of RGB (Red+Green+Blue) = 230+158+223=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EDF is #196120. Grayscale: #BABABA. Windows color (decimal): -1663265 or 14655206. OLE color: 14655206.

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

Color convert

RGB230158223-
CMYK00.310.030.10
HSL305.83º59.02%76.08%-
HSV(B)305.83º31.3%90.2%-
XYZ58.1846.675.74-
YUV186.94148.35158.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=37.64%
G=25.86%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015822300.310.030.10305.8359.0276.08
HexE69EDF01F3A1323b4c
Octal34623633703731246273114
Binary1110011010011110110111110111111110101001100101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69EDF; }

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

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

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

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

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

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

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

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