#E095EA

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

Shades of Plum #E095EA

Tints of Plum #E095EA

Color information

#E095EA (or 0xE095EA) is unknown color: approx Plum. HEX triplet: E0, 95 and EA. RGB value is (224,149,234). Sum of RGB (Red+Green+Blue) = 224+149+234=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #E095EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E095EA is #1F6A15. Grayscale: #B4B4B4. Windows color (decimal): -2058774 or 15373792. OLE color: 15373792.

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

Color convert

RGB224149234-
CMYK0.040.3600.08
HSL292.94º66.93%75.1%-
HSV(B)292.94º36.32%91.76%-
XYZ56.3443.2883.23-
YUV181.12157.85158.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=36.90%
G=24.55%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241492340.040.3600.08292.9466.9375.1
HexE095EA42408125434b
Octal340225352444010445103113
Binary1110000010010101111010101001001000100010010010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095EA; }

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

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

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

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

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

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

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

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