#E780F5

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

Shades of Violet #E780F5

Tints of Violet #E780F5

Color information

#E780F5 (or 0xE780F5) is unknown color: approx Violet. HEX triplet: E7, 80 and F5. RGB value is (231,128,245). Sum of RGB (Red+Green+Blue) = 231+128+245=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #E780F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E780F5 is #187F0A. Grayscale: #ABABAB. Windows color (decimal): -1605387 or 16089319. OLE color: 16089319.

HSL color Cylindrical-coordinate representation of color #E780F5: hue angle of 292.82º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E780F5 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB231128245-
CMYK0.060.4800.04
HSL292.82º85.4%73.14%-
HSV(B)292.82º47.76%96.08%-
XYZ57.1639.0290.91-
YUV172.14169.12169.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 128 (50.39% from 255) = 21.19%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=38.25%
G=21.19%
B=40.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2311282450.060.4800.04292.8285.473.14
HexE780F5630041255549
Octal34720036566004445125111
Binary111001111000000011110101110110000010010010010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780F5; }

 p { color: rgb(231,128,245); }

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

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

 a { background-color: rgb(231,128,245); }

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

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

 span { border-color: rgb(231,128,245); }

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