#E771EA

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

Shades of Violet #E771EA

Tints of Violet #E771EA

Color information

#E771EA (or 0xE771EA) is unknown color: approx Violet. HEX triplet: E7, 71 and EA. RGB value is (231,113,234). Sum of RGB (Red+Green+Blue) = 231+113+234=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #E771EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E771EA is #188E15. Grayscale: #A1A1A1. Windows color (decimal): -1609238 or 15364583. OLE color: 15364583.

HSL color Cylindrical-coordinate representation of color #E771EA: hue angle of 298.51º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E771EA is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231113234-
CMYK0.010.5200.08
HSL298.51º74.23%68.04%-
HSV(B)298.51º51.71%91.76%-
XYZ53.7134.7481.72-
YUV162.08168.59177.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.97%
GREEN value IS 113 (44.53% from 255) = 19.55%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=39.97%
G=19.55%
B=40.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311132340.010.5200.08298.5174.2368.04
HexE771EA1340812b4a44
Octal347161352164010453112104
Binary1110011111100011110101011101000100010010101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771EA; }

 p { color: rgb(231,113,234); }

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

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

 a { background-color: rgb(231,113,234); }

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

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

 span { border-color: rgb(231,113,234); }

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