#e77af2

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

Shades of Violet #E77AF2

Tints of Violet #E77AF2

Color information

#E77AF2 (or 0xE77AF2) is unknown color: approx Violet. HEX triplet: E7, 7A and F2. RGB value is (231,122,242). Sum of RGB (Red+Green+Blue) = 231+122+242=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #E77AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77AF2 is #18850D. Grayscale: #A7A7A7. Windows color (decimal): -1606926 or 15891175. OLE color: 15891175.

HSL color Cylindrical-coordinate representation of color #E77AF2: hue angle of 294.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77AF2 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231122242-
CMYK0.050.5000.05
HSL294.5º82.19%71.37%-
HSV(B)294.5º49.59%94.9%-
XYZ55.9437.3288.26-
YUV168.27169.61172.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.82%
GREEN value IS 122 (48.05% from 255) = 20.50%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=38.82%
G=20.50%
B=40.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311222420.050.5000.05294.582.1971.37
HexE77AF2532051265247
Octal34717236256205446122107
Binary11100111111101011110010101110010010110010011010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e77af2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e77af2; }

 p { color: rgb(231,122,242); }

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

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

 a { background-color: rgb(231,122,242); }

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

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

 span { border-color: rgb(231,122,242); }

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