#E76BEC

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

Shades of Violet #E76BEC

Tints of Violet #E76BEC

Color information

#E76BEC (or 0xE76BEC) is unknown color: approx Violet. HEX triplet: E7, 6B and EC. RGB value is (231,107,236). Sum of RGB (Red+Green+Blue) = 231+107+236=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #E76BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76BEC is #189413. Grayscale: #9E9E9E. Windows color (decimal): -1610772 or 15494119. OLE color: 15494119.

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

Color convert

RGB231107236-
CMYK0.020.5500.07
HSL297.67º77.25%67.25%-
HSV(B)297.67º54.66%92.55%-
XYZ53.3533.5683.02-
YUV158.78171.58179.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 107 (42.19% from 255) = 18.64%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=40.24%
G=18.64%
B=41.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311072360.020.5500.07297.6777.2567.25
HexE76BEC2370712a4d43
Octal34715335426707452115103
Binary1110011111010111110110010110111011110010101010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76BEC; }

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

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

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

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

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

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

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

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