#E77CF2

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

Shades of Violet #E77CF2

Tints of Violet #E77CF2

Color information

#E77CF2 (or 0xE77CF2) is unknown color: approx Violet. HEX triplet: E7, 7C and F2. RGB value is (231,124,242). Sum of RGB (Red+Green+Blue) = 231+124+242=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #E77CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CF2 is #18830D. Grayscale: #A9A9A9. Windows color (decimal): -1606414 or 15891687. OLE color: 15891687.

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

Color convert

RGB231124242-
CMYK0.050.4900.05
HSL294.41º81.94%71.76%-
HSV(B)294.41º48.76%94.9%-
XYZ56.1937.8288.34-
YUV169.44168.95171.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 124 (48.83% from 255) = 20.77%
BLUE value IS 242 (94.92% from 255) = 40.54%
R=38.69%
G=20.77%
B=40.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311242420.050.4900.05294.4181.9471.76
HexE77CF2531051265248
Octal34717436256105446122110
Binary11100111111110011110010101110001010110010011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77CF2; }

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

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

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

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

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

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

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

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