#E276EF

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

Shades of Violet #E276EF

Tints of Violet #E276EF

Color information

#E276EF (or 0xE276EF) is unknown color: approx Violet. HEX triplet: E2, 76 and EF. RGB value is (226,118,239). Sum of RGB (Red+Green+Blue) = 226+118+239=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 118 (46.48% from 255 or 20.24% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #E276EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E276EF is #1D8910. Grayscale: #A3A3A3. Windows color (decimal): -1935633 or 15693538. OLE color: 15693538.

HSL color Cylindrical-coordinate representation of color #E276EF: hue angle of 293.55º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E276EF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226118239-
CMYK0.050.5100.06
HSL293.55º79.08%70%-
HSV(B)293.55º50.63%93.73%-
XYZ53.4235.3685.67-
YUV164.09170.28172.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.77%
GREEN value IS 118 (46.48% from 255) = 20.24%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=38.77%
G=20.24%
B=40.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261182390.050.5100.06293.5579.0870
HexE276EF533061264f46
Octal34216635756306446117106
Binary11100010111011011101111101110011011010010011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E276EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E276EF; }

 p { color: rgb(226,118,239); }

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

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

 a { background-color: rgb(226,118,239); }

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

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

 span { border-color: rgb(226,118,239); }

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