#E395ED

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

Shades of Plum #E395ED

Tints of Plum #E395ED

Color information

#E395ED (or 0xE395ED) is unknown color: approx Plum. HEX triplet: E3, 95 and ED. RGB value is (227,149,237). Sum of RGB (Red+Green+Blue) = 227+149+237=613 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.03% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #E395ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E395ED is #1C6A12. Grayscale: #B6B6B6. Windows color (decimal): -1862163 or 15570403. OLE color: 15570403.

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

Color convert

RGB227149237-
CMYK0.040.3700.07
HSL293.18º70.97%75.69%-
HSV(B)293.18º37.13%92.94%-
XYZ57.7143.9485.56-
YUV182.35158.84159.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.03%
GREEN value IS 149 (58.59% from 255) = 24.31%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=37.03%
G=24.31%
B=38.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271492370.040.3700.07293.1870.9775.69
HexE395ED42507125474c
Octal34322535544507445107114
Binary111000111001010111101101100100101011110010010110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395ED; }

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

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

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

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

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

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

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

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