#E78FE0

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

Shades of Plum #E78FE0

Tints of Plum #E78FE0

Color information

#E78FE0 (or 0xE78FE0) is unknown color: approx Plum. HEX triplet: E7, 8F and E0. RGB value is (231,143,224). Sum of RGB (Red+Green+Blue) = 231+143+224=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FE0 is #18701F. Grayscale: #B2B2B2. Windows color (decimal): -1601568 or 14716903. OLE color: 14716903.

HSL color Cylindrical-coordinate representation of color #E78FE0: hue angle of 304.77º 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 #E78FE0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231143224-
CMYK00.380.030.09
HSL304.77º64.71%73.33%-
HSV(B)304.77º38.1%90.59%-
XYZ56.2342.0275.67-
YUV178.55153.65165.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.63%
GREEN value IS 143 (56.25% from 255) = 23.91%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=38.63%
G=23.91%
B=37.46%

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
Decimal23114322400.380.030.09304.7764.7173.33
HexE78FE0026391314149
Octal347217340046311461101111
Binary111001111000111111100000010011011100110011000110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78FE0; }

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

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

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

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

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

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

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

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