#E295E2

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

Shades of Plum #E295E2

Tints of Plum #E295E2

Color information

#E295E2 (or 0xE295E2) is unknown color: approx Plum. HEX triplet: E2, 95 and E2. RGB value is (226,149,226). Sum of RGB (Red+Green+Blue) = 226+149+226=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: red, blue. Hex color #E295E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295E2 is #1D6A1D. Grayscale: #B4B4B4. Windows color (decimal): -1927710 or 14849506. OLE color: 14849506.

HSL color Cylindrical-coordinate representation of color #E295E2: hue angle of 300º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E295E2 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB226149226-
CMYK00.3400.11
HSL300º57.04%73.53%-
HSV(B)300º34.07%88.63%-
XYZ55.8443.1577.34-
YUV180.8153.51160.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 226 (88.67% from 255) = 37.60%
R=37.60%
G=24.79%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614922600.3400.1130057.0473.53
HexE295E20220B12c394a
Octal34222534204201345471112
Binary1110001010010101111000100100010010111001011001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295E2; }

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

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

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

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

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

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

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

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