#E093E1

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

Shades of Plum #E093E1

Tints of Plum #E093E1

Color information

#E093E1 (or 0xE093E1) is unknown color: approx Plum. HEX triplet: E0, 93 and E1. RGB value is (224,147,225). Sum of RGB (Red+Green+Blue) = 224+147+225=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #E093E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093E1 is #1F6C1E. Grayscale: #B2B2B2. Windows color (decimal): -2059295 or 14783456. OLE color: 14783456.

HSL color Cylindrical-coordinate representation of color #E093E1: hue angle of 299.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E093E1 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224147225-
CMYK0.000.3500.12
HSL299.23º56.52%72.94%-
HSV(B)299.23º34.67%88.24%-
XYZ54.7642.1576.48-
YUV178.92154.01160.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 147 (57.81% from 255) = 24.66%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=37.58%
G=24.66%
B=37.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241472250.000.3500.12299.2356.5272.94
HexE093E10230C12b3949
Octal34022334104301445371111
Binary1110000010010011111000010100011011001001010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093E1; }

 p { color: rgb(224,147,225); }

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

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

 a { background-color: rgb(224,147,225); }

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

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

 span { border-color: rgb(224,147,225); }

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