#E096CE

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

Shades of Plum #E096CE

Tints of Plum #E096CE

Color information

#E096CE (or 0xE096CE) is unknown color: approx Plum. HEX triplet: E0, 96 and CE. RGB value is (224,150,206). Sum of RGB (Red+Green+Blue) = 224+150+206=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E096CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096CE is #1F6931. Grayscale: #B2B2B2. Windows color (decimal): -2058546 or 13539040. OLE color: 13539040.

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

Color convert

RGB224150206-
CMYK00.330.080.12
HSL314.59º54.41%73.33%-
HSV(B)314.59º33.04%87.84%-
XYZ52.7942.1263.74-
YUV178.51143.52160.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=38.62%
G=25.86%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415020600.330.080.12314.5954.4173.33
HexE096CE0218C13b3649
Octal340226316041101447366111
Binary1110000010010110110011100100001100011001001110111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096CE; }

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

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

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

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

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

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

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

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