#E096CD

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

Shades of Plum #E096CD

Tints of Plum #E096CD

Color information

#E096CD (or 0xE096CD) is unknown color: approx Plum. HEX triplet: E0, 96 and CD. RGB value is (224,150,205). Sum of RGB (Red+Green+Blue) = 224+150+205=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E096CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096CD is #1F6932. Grayscale: #B2B2B2. Windows color (decimal): -2058547 or 13473504. OLE color: 13473504.

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

Color convert

RGB224150205-
CMYK00.330.080.12
HSL315.41º54.41%73.33%-
HSV(B)315.41º33.04%87.84%-
XYZ52.6742.0763.1-
YUV178.4143.02160.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.69%
GREEN value IS 150 (58.98% from 255) = 25.91%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=38.69%
G=25.91%
B=35.41%

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
Decimal22415020500.330.080.12315.4154.4173.33
HexE096CD0218C13b3649
Octal340226315041101447366111
Binary1110000010010110110011010100001100011001001110111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096CD; }

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

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

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

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

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

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

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

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