#E095E5

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

Shades of Plum #E095E5

Tints of Plum #E095E5

Color information

#E095E5 (or 0xE095E5) is unknown color: approx Plum. HEX triplet: E0, 95 and E5. RGB value is (224,149,229). Sum of RGB (Red+Green+Blue) = 224+149+229=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #E095E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095E5 is #1F6A1A. Grayscale: #B4B4B4. Windows color (decimal): -2058779 or 15046112. OLE color: 15046112.

HSL color Cylindrical-coordinate representation of color #E095E5: hue angle of 296.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E095E5 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224149229-
CMYK0.020.3500.10
HSL296.25º60.61%74.12%-
HSV(B)296.25º34.93%89.8%-
XYZ55.634379.5-
YUV180.54155.35159-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 149 (58.59% from 255) = 24.75%
BLUE value IS 229 (89.84% from 255) = 38.04%
R=37.21%
G=24.75%
B=38.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241492290.020.3500.10296.2560.6174.12
HexE095E52230A1283d4a
Octal34022534524301245075112
Binary11100000100101011110010110100011010101001010001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095E5; }

 p { color: rgb(224,149,229); }

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

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

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

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

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

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

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