#E780EA

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

Shades of Violet #E780EA

Tints of Violet #E780EA

Color information

#E780EA (or 0xE780EA) is unknown color: approx Violet. HEX triplet: E7, 80 and EA. RGB value is (231,128,234). Sum of RGB (Red+Green+Blue) = 231+128+234=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #E780EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E780EA is #187F15. Grayscale: #AAAAAA. Windows color (decimal): -1605398 or 15368423. OLE color: 15368423.

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

Color convert

RGB231128234-
CMYK0.010.4500.08
HSL298.3º71.62%70.98%-
HSV(B)298.3º45.3%91.76%-
XYZ55.5338.3782.32-
YUV170.88163.62170.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.95%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=38.95%
G=21.59%
B=39.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311282340.010.4500.08298.371.6270.98
HexE780EA12D0812a4847
Octal347200352155010452110107
Binary11100111100000001110101011011010100010010101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780EA; }

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

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

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

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

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

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

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

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