#E093CE

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

Shades of Plum #E093CE

Tints of Plum #E093CE

Color information

#E093CE (or 0xE093CE) is unknown color: approx Plum. HEX triplet: E0, 93 and CE. RGB value is (224,147,206). Sum of RGB (Red+Green+Blue) = 224+147+206=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E093CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093CE is #1F6C31. Grayscale: #B0B0B0. Windows color (decimal): -2059314 or 13538272. OLE color: 13538272.

HSL color Cylindrical-coordinate representation of color #E093CE: hue angle of 314.03º 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 #E093CE is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224147206-
CMYK00.340.080.12
HSL314.03º55.4%72.75%-
HSV(B)314.03º34.38%87.84%-
XYZ52.3141.1763.58-
YUV176.75144.51161.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=38.82%
G=25.48%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414720600.340.080.12314.0355.472.75
HexE093CE0228C13a3749
Octal340223316042101447267111
Binary1110000010010011110011100100010100011001001110101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093CE; }

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

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

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

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

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

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

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

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