#E78FDF

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

Shades of Plum #E78FDF

Tints of Plum #E78FDF

Color information

#E78FDF (or 0xE78FDF) is unknown color: approx Plum. HEX triplet: E7, 8F and DF. RGB value is (231,143,223). Sum of RGB (Red+Green+Blue) = 231+143+223=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FDF is #187020. Grayscale: #B2B2B2. Windows color (decimal): -1601569 or 14651367. OLE color: 14651367.

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

Color convert

RGB231143223-
CMYK00.380.030.09
HSL305.45º64.71%73.33%-
HSV(B)305.45º38.1%90.59%-
XYZ56.141.9674.95-
YUV178.43153.15165.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 143 (56.25% from 255) = 23.95%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=38.69%
G=23.95%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114322300.380.030.09305.4564.7173.33
HexE78FDF026391314149
Octal347217337046311461101111
Binary111001111000111111011111010011011100110011000110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78FDF; }

 p { color: rgb(231,143,223); }

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

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

 a { background-color: rgb(231,143,223); }

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

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

 span { border-color: rgb(231,143,223); }

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