#E093D4

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

Shades of Plum #E093D4

Tints of Plum #E093D4

Color information

#E093D4 (or 0xE093D4) is unknown color: approx Plum. HEX triplet: E0, 93 and D4. RGB value is (224,147,212). Sum of RGB (Red+Green+Blue) = 224+147+212=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E093D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093D4 is #1F6C2B. Grayscale: #B1B1B1. Windows color (decimal): -2059308 or 13931488. OLE color: 13931488.

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

Color convert

RGB224147212-
CMYK00.340.050.12
HSL309.35º55.4%72.75%-
HSV(B)309.35º34.38%87.84%-
XYZ53.0641.4767.5-
YUV177.43147.51161.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=38.42%
G=25.21%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414721200.340.050.12309.3555.472.75
HexE093D40225C1353749
Octal34022332404251446567111
Binary111000001001001111010100010001010111001001101011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093D4; }

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

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

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

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

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

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

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

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