#E295EE

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

Shades of Plum #E295EE

Tints of Plum #E295EE

Color information

#E295EE (or 0xE295EE) is unknown color: approx Plum. HEX triplet: E2, 95 and EE. RGB value is (226,149,238). Sum of RGB (Red+Green+Blue) = 226+149+238=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #E295EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295EE is #1D6A11. Grayscale: #B5B5B5. Windows color (decimal): -1927698 or 15635938. OLE color: 15635938.

HSL color Cylindrical-coordinate representation of color #E295EE: hue angle of 291.91º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E295EE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226149238-
CMYK0.050.3700.07
HSL291.91º72.36%75.88%-
HSV(B)291.91º37.39%93.33%-
XYZ57.5443.8486.32-
YUV182.17159.51159.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.87%
GREEN value IS 149 (58.59% from 255) = 24.31%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=36.87%
G=24.31%
B=38.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261492380.050.3700.07291.9172.3675.88
HexE295EE52507124484c
Octal34222535654507444110114
Binary111000101001010111101110101100101011110010010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295EE; }

 p { color: rgb(226,149,238); }

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

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

 a { background-color: rgb(226,149,238); }

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

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

 span { border-color: rgb(226,149,238); }

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