#E780F0

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

Shades of Violet #E780F0

Tints of Violet #E780F0

Color information

#E780F0 (or 0xE780F0) is unknown color: approx Violet. HEX triplet: E7, 80 and F0. RGB value is (231,128,240). Sum of RGB (Red+Green+Blue) = 231+128+240=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #E780F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E780F0 is #187F0F. Grayscale: #ABABAB. Windows color (decimal): -1605392 or 15761639. OLE color: 15761639.

HSL color Cylindrical-coordinate representation of color #E780F0: hue angle of 295.18º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E780F0 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231128240-
CMYK0.040.4700.06
HSL295.18º78.87%72.16%-
HSV(B)295.18º46.67%94.12%-
XYZ56.438.7286.94-
YUV171.56166.62170.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.56%
GREEN value IS 128 (50.39% from 255) = 21.37%
BLUE value IS 240 (94.14% from 255) = 40.07%
R=38.56%
G=21.37%
B=40.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2311282400.040.4700.06295.1878.8772.16
HexE780F042F061274f48
Octal34720036045706447117110
Binary111001111000000011110000100101111011010010011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780F0; }

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

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

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

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

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

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

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

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