#E29BF0

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

Shades of Plum #E29BF0

Tints of Plum #E29BF0

Color information

#E29BF0 (or 0xE29BF0) is unknown color: approx Plum. HEX triplet: E2, 9B and F0. RGB value is (226,155,240). Sum of RGB (Red+Green+Blue) = 226+155+240=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #E29BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BF0 is #1D640F. Grayscale: #B9B9B9. Windows color (decimal): -1926160 or 15768546. OLE color: 15768546.

HSL color Cylindrical-coordinate representation of color #E29BF0: hue angle of 290.12º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29BF0 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226155240-
CMYK0.060.3500.06
HSL290.12º73.91%77.45%-
HSV(B)290.12º35.42%94.12%-
XYZ58.8145.988.2-
YUV185.92158.52156.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.39%
GREEN value IS 155 (60.94% from 255) = 24.96%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=36.39%
G=24.96%
B=38.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261552400.060.3500.06290.1273.9177.45
HexE29BF0623061224a4d
Octal34223336064306442112115
Binary111000101001101111110000110100011011010010001010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29BF0; }

 p { color: rgb(226,155,240); }

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

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

 a { background-color: rgb(226,155,240); }

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

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

 span { border-color: rgb(226,155,240); }

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