#E77CEC

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

Shades of Violet #E77CEC

Tints of Violet #E77CEC

Color information

#E77CEC (or 0xE77CEC) is unknown color: approx Violet. HEX triplet: E7, 7C and EC. RGB value is (231,124,236). Sum of RGB (Red+Green+Blue) = 231+124+236=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #E77CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CEC is #188313. Grayscale: #A8A8A8. Windows color (decimal): -1606420 or 15498471. OLE color: 15498471.

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

Color convert

RGB231124236-
CMYK0.020.4700.07
HSL297.32º74.67%70.59%-
HSV(B)297.32º47.46%92.55%-
XYZ55.337.4683.67-
YUV168.76165.95172.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 124 (48.83% from 255) = 20.98%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=39.09%
G=20.98%
B=39.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311242360.020.4700.07297.3274.6770.59
HexE77CEC22F071294b47
Octal34717435425707451113107
Binary1110011111111001110110010101111011110010100110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77CEC; }

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

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

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

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

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

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

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

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