#E69BE5

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

Shades of Plum #E69BE5

Tints of Plum #E69BE5

Color information

#E69BE5 (or 0xE69BE5) is unknown color: approx Plum. HEX triplet: E6, 9B and E5. RGB value is (230,155,229). Sum of RGB (Red+Green+Blue) = 230+155+229=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BE5 is #19641A. Grayscale: #B9B9B9. Windows color (decimal): -1664027 or 15047654. OLE color: 15047654.

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

Color convert

RGB230155229-
CMYK00.330.000.10
HSL300.8º60%75.49%-
HSV(B)300.8º32.61%90.2%-
XYZ58.545.9279.91-
YUV185.86152.35159.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.46%
GREEN value IS 155 (60.94% from 255) = 25.24%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=37.46%
G=25.24%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015522900.330.000.10300.86075.49
HexE69BE50210A12d3c4b
Octal34623334504101245574113
Binary1110011010011011111001010100001010101001011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BE5; }

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

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

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

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

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

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

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

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