#E78EDE

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

Shades of Plum #E78EDE

Tints of Plum #E78EDE

Color information

#E78EDE (or 0xE78EDE) is unknown color: approx Plum. HEX triplet: E7, 8E and DE. RGB value is (231,142,222). Sum of RGB (Red+Green+Blue) = 231+142+222=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78EDE is #187121. Grayscale: #B1B1B1. Windows color (decimal): -1601826 or 14585575. OLE color: 14585575.

HSL color Cylindrical-coordinate representation of color #E78EDE: hue angle of 306.07º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78EDE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231142222-
CMYK00.390.040.09
HSL306.07º64.96%73.14%-
HSV(B)306.07º38.53%90.59%-
XYZ55.8141.6174.2-
YUV177.73152.99166-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.82%
GREEN value IS 142 (55.86% from 255) = 23.87%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=38.82%
G=23.87%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114222200.390.040.09306.0764.9673.14
HexE78EDE027491324149
Octal347216336047411462101111
Binary1110011110001110110111100100111100100110011001010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78EDE; }

 p { color: rgb(231,142,222); }

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

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

 a { background-color: rgb(231,142,222); }

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

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

 span { border-color: rgb(231,142,222); }

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