#E78BF1

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

Shades of Violet #E78BF1

Tints of Violet #E78BF1

Color information

#E78BF1 (or 0xE78BF1) is unknown color: approx Violet. HEX triplet: E7, 8B and F1. RGB value is (231,139,241). Sum of RGB (Red+Green+Blue) = 231+139+241=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #E78BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78BF1 is #18740E. Grayscale: #B1B1B1. Windows color (decimal): -1602575 or 15829991. OLE color: 15829991.

HSL color Cylindrical-coordinate representation of color #E78BF1: hue angle of 294.12º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E78BF1 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231139241-
CMYK0.040.4200.05
HSL294.12º78.46%74.51%-
HSV(B)294.12º42.32%94.51%-
XYZ58.0641.8188.23-
YUV178.14163.48165.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.81%
GREEN value IS 139 (54.69% from 255) = 22.75%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=37.81%
G=22.75%
B=39.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311392410.040.4200.05294.1278.4674.51
HexE78BF142A051264e4b
Octal34721336145205446116113
Binary111001111000101111110001100101010010110010011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BF1; }

 p { color: rgb(231,139,241); }

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

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

 a { background-color: rgb(231,139,241); }

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

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

 span { border-color: rgb(231,139,241); }

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