#E29FE4

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

Shades of Plum #E29FE4

Tints of Plum #E29FE4

Color information

#E29FE4 (or 0xE29FE4) is unknown color: approx Plum. HEX triplet: E2, 9F and E4. RGB value is (226,159,228). Sum of RGB (Red+Green+Blue) = 226+159+228=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #E29FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FE4 is #1D601B. Grayscale: #BABABA. Windows color (decimal): -1925148 or 14983138. OLE color: 14983138.

HSL color Cylindrical-coordinate representation of color #E29FE4: hue angle of 298.26º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FE4 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB226159228-
CMYK0.010.3000.11
HSL298.26º56.1%75.88%-
HSV(B)298.26º30.26%89.41%-
XYZ57.7746.5779.34-
YUV186.9151.2155.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.87%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 228 (89.45% from 255) = 37.19%
R=36.87%
G=25.94%
B=37.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261592280.010.3000.11298.2656.175.88
HexE29FE411E0B12a384c
Octal34223734413601345270114
Binary111000101001111111100100111110010111001010101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FE4; }

 p { color: rgb(226,159,228); }

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

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

 a { background-color: rgb(226,159,228); }

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

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

 span { border-color: rgb(226,159,228); }

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