#E294EA

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

Shades of Plum #E294EA

Tints of Plum #E294EA

Color information

#E294EA (or 0xE294EA) is unknown color: approx Plum. HEX triplet: E2, 94 and EA. RGB value is (226,148,234). Sum of RGB (Red+Green+Blue) = 226+148+234=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #E294EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294EA is #1D6B15. Grayscale: #B4B4B4. Windows color (decimal): -1927958 or 15373538. OLE color: 15373538.

HSL color Cylindrical-coordinate representation of color #E294EA: hue angle of 294.42º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E294EA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226148234-
CMYK0.030.3700.08
HSL294.42º67.19%74.9%-
HSV(B)294.42º36.75%91.76%-
XYZ56.8143.2983.2-
YUV181.13157.84160.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.17%
GREEN value IS 148 (58.20% from 255) = 24.34%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=37.17%
G=24.34%
B=38.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261482340.030.3700.08294.4267.1974.9
HexE294EA32508126434b
Octal342224352345010446103113
Binary111000101001010011101010111001010100010010011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E294EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E294EA; }

 p { color: rgb(226,148,234); }

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

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

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

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

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

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

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