#E781EC

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

Shades of Violet #E781EC

Tints of Violet #E781EC

Color information

#E781EC (or 0xE781EC) is unknown color: approx Violet. HEX triplet: E7, 81 and EC. RGB value is (231,129,236). Sum of RGB (Red+Green+Blue) = 231+129+236=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #E781EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E781EC is #187E13. Grayscale: #ABABAB. Windows color (decimal): -1605140 or 15499751. OLE color: 15499751.

HSL color Cylindrical-coordinate representation of color #E781EC: hue angle of 297.2º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E781EC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231129236-
CMYK0.020.4500.07
HSL297.2º73.79%71.57%-
HSV(B)297.2º45.34%92.55%-
XYZ55.9538.7583.89-
YUV171.7164.29170.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 129 (50.78% from 255) = 21.64%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=38.76%
G=21.64%
B=39.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311292360.020.4500.07297.273.7971.57
HexE781EC22D071294a48
Octal34720135425507451112110
Binary11100111100000011110110010101101011110010100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781EC; }

 p { color: rgb(231,129,236); }

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

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

 a { background-color: rgb(231,129,236); }

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

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

 span { border-color: rgb(231,129,236); }

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