#E78FF2

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

Shades of Violet #E78FF2

Tints of Violet #E78FF2

Color information

#E78FF2 (or 0xE78FF2) is unknown color: approx Violet. HEX triplet: E7, 8F and F2. RGB value is (231,143,242). Sum of RGB (Red+Green+Blue) = 231+143+242=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #E78FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78FF2 is #18700D. Grayscale: #B4B4B4. Windows color (decimal): -1601550 or 15896551. OLE color: 15896551.

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

Color convert

RGB231143242-
CMYK0.050.4100.05
HSL293.33º79.2%75.49%-
HSV(B)293.33º40.91%94.9%-
XYZ58.843.0489.21-
YUV180.6162.65163.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.5%
GREEN value IS 143 (56.25% from 255) = 23.21%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=37.5%
G=23.21%
B=39.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311432420.050.4100.05293.3379.275.49
HexE78FF2529051254f4b
Octal34721736255105445117113
Binary111001111000111111110010101101001010110010010110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78FF2; }

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

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

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

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

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

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

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

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