#E77AEE

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

Shades of Violet #E77AEE

Tints of Violet #E77AEE

Color information

#E77AEE (or 0xE77AEE) is unknown color: approx Violet. HEX triplet: E7, 7A and EE. RGB value is (231,122,238). Sum of RGB (Red+Green+Blue) = 231+122+238=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #E77AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77AEE is #188511. Grayscale: #A7A7A7. Windows color (decimal): -1606930 or 15629031. OLE color: 15629031.

HSL color Cylindrical-coordinate representation of color #E77AEE: hue angle of 296.38º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E77AEE is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231122238-
CMYK0.030.4900.07
HSL296.38º77.33%70.59%-
HSV(B)296.38º48.74%93.33%-
XYZ55.3537.0885.13-
YUV167.82167.61173.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 122 (48.05% from 255) = 20.64%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=39.09%
G=20.64%
B=40.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311222380.030.4900.07296.3877.3370.59
HexE77AEE331071284d47
Octal34717235636107450115107
Binary1110011111110101110111011110001011110010100010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77AEE; }

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

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

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

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

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

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

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

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