#E78CEA

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

Shades of Violet #E78CEA

Tints of Violet #E78CEA

Color information

#E78CEA (or 0xE78CEA) is unknown color: approx Violet. HEX triplet: E7, 8C and EA. RGB value is (231,140,234). Sum of RGB (Red+Green+Blue) = 231+140+234=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #E78CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78CEA is #187315. Grayscale: #B1B1B1. Windows color (decimal): -1602326 or 15371495. OLE color: 15371495.

HSL color Cylindrical-coordinate representation of color #E78CEA: hue angle of 298.09º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78CEA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231140234-
CMYK0.010.4000.08
HSL298.09º69.12%73.33%-
HSV(B)298.09º40.17%91.76%-
XYZ57.1841.6982.87-
YUV177.92159.65165.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.18%
GREEN value IS 140 (55.08% from 255) = 23.14%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=38.18%
G=23.14%
B=38.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311402340.010.4000.08298.0969.1273.33
HexE78CEA1280812a4549
Octal347214352150010452105111
Binary11100111100011001110101011010000100010010101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78CEA; }

 p { color: rgb(231,140,234); }

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

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

 a { background-color: rgb(231,140,234); }

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

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

 span { border-color: rgb(231,140,234); }

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