#E69EE5

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

Shades of Plum #E69EE5

Tints of Plum #E69EE5

Color information

#E69EE5 (or 0xE69EE5) is unknown color: approx Plum. HEX triplet: E6, 9E and E5. RGB value is (230,158,229). Sum of RGB (Red+Green+Blue) = 230+158+229=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EE5 is #19611A. Grayscale: #BBBBBB. Windows color (decimal): -1663259 or 15048422. OLE color: 15048422.

HSL color Cylindrical-coordinate representation of color #E69EE5: hue angle of 300.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 #E69EE5 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB230158229-
CMYK00.310.000.10
HSL300.83º59.02%76.08%-
HSV(B)300.83º31.3%90.2%-
XYZ5946.9380.08-
YUV187.62151.35158.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.28%
GREEN value IS 158 (62.11% from 255) = 25.61%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=37.28%
G=25.61%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015822900.310.000.10300.8359.0276.08
HexE69EE501F0A12d3b4c
Octal34623634503701245573114
Binary111001101001111011100101011111010101001011011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69EE5; }

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

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

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

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

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

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

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

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