#E76CED

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

Shades of Violet #E76CED

Tints of Violet #E76CED

Color information

#E76CED (or 0xE76CED) is unknown color: approx Violet. HEX triplet: E7, 6C and ED. RGB value is (231,108,237). Sum of RGB (Red+Green+Blue) = 231+108+237=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #E76CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76CED is #189312. Grayscale: #9F9F9F. Windows color (decimal): -1610515 or 15559911. OLE color: 15559911.

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

Color convert

RGB231108237-
CMYK0.030.5400.07
HSL297.21º78.18%67.65%-
HSV(B)297.21º54.43%92.94%-
XYZ53.633.8383.83-
YUV159.48171.75179.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 108 (42.58% from 255) = 18.75%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=40.10%
G=18.75%
B=41.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311082370.030.5400.07297.2178.1867.65
HexE76CED336071294e44
Octal34715435536607451116104
Binary1110011111011001110110111110110011110010100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76CED; }

 p { color: rgb(231,108,237); }

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

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

 a { background-color: rgb(231,108,237); }

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

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

 span { border-color: rgb(231,108,237); }

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