#E774EC

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

Shades of Violet #E774EC

Tints of Violet #E774EC

Color information

#E774EC (or 0xE774EC) is unknown color: approx Violet. HEX triplet: E7, 74 and EC. RGB value is (231,116,236). Sum of RGB (Red+Green+Blue) = 231+116+236=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #E774EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E774EC is #188B13. Grayscale: #A3A3A3. Windows color (decimal): -1608468 or 15496423. OLE color: 15496423.

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

Color convert

RGB231116236-
CMYK0.020.5100.07
HSL297.5º75.95%69.02%-
HSV(B)297.5º50.85%92.55%-
XYZ54.3435.5483.35-
YUV164.06168.6175.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.62%
GREEN value IS 116 (45.70% from 255) = 19.90%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=39.62%
G=19.90%
B=40.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311162360.020.5100.07297.575.9569.02
HexE774EC2330712a4c45
Octal34716435426307452114105
Binary1110011111101001110110010110011011110010101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774EC; }

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

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

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

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

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

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

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

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