#E78AEA

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

Shades of Violet #E78AEA

Tints of Violet #E78AEA

Color information

#E78AEA (or 0xE78AEA) is unknown color: approx Violet. HEX triplet: E7, 8A and EA. RGB value is (231,138,234). Sum of RGB (Red+Green+Blue) = 231+138+234=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #E78AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78AEA is #187515. Grayscale: #B0B0B0. Windows color (decimal): -1602838 or 15370983. OLE color: 15370983.

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

Color convert

RGB231138234-
CMYK0.010.4100.08
HSL298.12º69.57%72.94%-
HSV(B)298.12º41.03%91.76%-
XYZ56.8941.1182.78-
YUV176.75160.31166.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 138 (54.30% from 255) = 22.89%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=38.31%
G=22.89%
B=38.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311382340.010.4100.08298.1269.5772.94
HexE78AEA1290812a4649
Octal347212352151010452106111
Binary11100111100010101110101011010010100010010101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78AEA; }

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

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

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

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

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

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

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

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