#E78AFC

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

Shades of Violet #E78AFC

Tints of Violet #E78AFC

Color information

#E78AFC (or 0xE78AFC) is unknown color: approx Violet. HEX triplet: E7, 8A and FC. RGB value is (231,138,252). Sum of RGB (Red+Green+Blue) = 231+138+252=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 138 (54.30% from 255 or 22.22% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #E78AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78AFC is #187503. Grayscale: #B2B2B2. Windows color (decimal): -1602820 or 16550631. OLE color: 16550631.

HSL color Cylindrical-coordinate representation of color #E78AFC: hue angle of 288.95º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E78AFC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231138252-
CMYK0.080.4500.01
HSL288.95º95%76.47%-
HSV(B)288.95º45.24%98.82%-
XYZ59.6142.1997.1-
YUV178.8169.31165.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 138 (54.30% from 255) = 22.22%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=37.20%
G=22.22%
B=40.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311382520.080.4500.01288.959576.47
HexE78AFC82D011215f4c
Octal347212374105501441137114
Binary11100111100010101111110010001011010110010000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78AFC; }

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

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

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

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

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

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

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

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