#E69CED

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

Shades of Plum #E69CED

Tints of Plum #E69CED

Color information

#E69CED (or 0xE69CED) is unknown color: approx Plum. HEX triplet: E6, 9C and ED. RGB value is (230,156,237). Sum of RGB (Red+Green+Blue) = 230+156+237=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #E69CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69CED is #196312. Grayscale: #BBBBBB. Windows color (decimal): -1663763 or 15572198. OLE color: 15572198.

HSL color Cylindrical-coordinate representation of color #E69CED: hue angle of 294.81º degrees, saturation: 0.69, 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 #E69CED is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230156237-
CMYK0.030.3400.07
HSL294.81º69.23%77.06%-
HSV(B)294.81º34.18%92.94%-
XYZ59.8146.7185.99-
YUV187.36156.02158.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.92%
GREEN value IS 156 (61.33% from 255) = 25.04%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=36.92%
G=25.04%
B=38.04%

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
Decimal2301562370.030.3400.07294.8169.2377.06
HexE69CED32207127454d
Octal34623435534207447105115
Binary11100110100111001110110111100010011110010011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CED; }

 p { color: rgb(230,156,237); }

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

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

 a { background-color: rgb(230,156,237); }

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

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

 span { border-color: rgb(230,156,237); }

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