#E793DC

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

Shades of Plum #E793DC

Tints of Plum #E793DC

Color information

#E793DC (or 0xE793DC) is unknown color: approx Plum. HEX triplet: E7, 93 and DC. RGB value is (231,147,220). Sum of RGB (Red+Green+Blue) = 231+147+220=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E793DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793DC is #186C23. Grayscale: #B4B4B4. Windows color (decimal): -1600548 or 14455783. OLE color: 14455783.

HSL color Cylindrical-coordinate representation of color #E793DC: hue angle of 307.86º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E793DC is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231147220-
CMYK00.360.050.09
HSL307.86º63.64%74.12%-
HSV(B)307.86º36.36%90.59%-
XYZ56.3143.0273.05-
YUV180.44150.33164.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.63%
GREEN value IS 147 (57.81% from 255) = 24.58%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=38.63%
G=24.58%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114722000.360.050.09307.8663.6474.12
HexE793DC02459134404a
Octal347223334044511464100112
Binary1110011110010011110111000100100101100110011010010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E793DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E793DC; }

 p { color: rgb(231,147,220); }

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

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

 a { background-color: rgb(231,147,220); }

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

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

 span { border-color: rgb(231,147,220); }

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