#E774E4

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

Shades of Violet #E774E4

Tints of Violet #E774E4

Color information

#E774E4 (or 0xE774E4) is unknown color: approx Violet. HEX triplet: E7, 74 and E4. RGB value is (231,116,228). Sum of RGB (Red+Green+Blue) = 231+116+228=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E774E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774E4 is #188B1B. Grayscale: #A2A2A2. Windows color (decimal): -1608476 or 14972135. OLE color: 14972135.

HSL color Cylindrical-coordinate representation of color #E774E4: hue angle of 301.57º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E774E4 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB231116228-
CMYK00.500.010.09
HSL301.57º70.55%68.04%-
HSV(B)301.57º49.78%90.59%-
XYZ53.235.0877.37-
YUV163.15164.6176.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 116 (45.70% from 255) = 20.17%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=40.17%
G=20.17%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111622800.500.010.09301.5770.5568.04
HexE774E40321912e4744
Octal347164344062111456107104
Binary1110011111101001110010001100101100110010111010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774E4; }

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

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

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

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

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

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

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

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