#E395EE

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

Shades of Plum #E395EE

Tints of Plum #E395EE

Color information

#E395EE (or 0xE395EE) is unknown color: approx Plum. HEX triplet: E3, 95 and EE. RGB value is (227,149,238). Sum of RGB (Red+Green+Blue) = 227+149+238=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #E395EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E395EE is #1C6A11. Grayscale: #B6B6B6. Windows color (decimal): -1862162 or 15635939. OLE color: 15635939.

HSL color Cylindrical-coordinate representation of color #E395EE: hue angle of 292.58º 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 #E395EE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227149238-
CMYK0.050.3700.07
HSL292.58º72.36%75.88%-
HSV(B)292.58º37.39%93.33%-
XYZ57.864486.33-
YUV182.47159.34159.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.97%
GREEN value IS 149 (58.59% from 255) = 24.27%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=36.97%
G=24.27%
B=38.76%

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
Decimal2271492380.050.3700.07292.5872.3675.88
HexE395EE52507125484c
Octal34322535654507445110114
Binary111000111001010111101110101100101011110010010110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395EE; }

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

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

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

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

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

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

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

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