#E295F0

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

Shades of Plum #E295F0

Tints of Plum #E295F0

Color information

#E295F0 (or 0xE295F0) is unknown color: approx Plum. HEX triplet: E2, 95 and F0. RGB value is (226,149,240). Sum of RGB (Red+Green+Blue) = 226+149+240=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #E295F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295F0 is #1D6A0F. Grayscale: #B6B6B6. Windows color (decimal): -1927696 or 15767010. OLE color: 15767010.

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

Color convert

RGB226149240-
CMYK0.060.3800.06
HSL290.77º75.21%76.27%-
HSV(B)290.77º37.92%94.12%-
XYZ57.8443.9587.87-
YUV182.4160.51159.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=36.75%
G=24.23%
B=39.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261492400.060.3800.06290.7775.2176.27
HexE295F0626061234b4c
Octal34222536064606443113114
Binary111000101001010111110000110100110011010010001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295F0; }

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

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

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

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

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

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

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

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