#E976F5

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

Shades of Violet #E976F5

Tints of Violet #E976F5

Color information

#E976F5 (or 0xE976F5) is unknown color: approx Violet. HEX triplet: E9, 76 and F5. RGB value is (233,118,245). Sum of RGB (Red+Green+Blue) = 233+118+245=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 118 (46.48% from 255 or 19.80% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #E976F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E976F5 is #16890A. Grayscale: #A6A6A6. Windows color (decimal): -1476875 or 16086761. OLE color: 16086761.

HSL color Cylindrical-coordinate representation of color #E976F5: hue angle of 294.33º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E976F5 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB233118245-
CMYK0.050.5200.04
HSL294.33º86.39%71.18%-
HSV(B)294.33º51.84%96.08%-
XYZ56.5636.8790.52-
YUV166.86172.1175.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.09%
GREEN value IS 118 (46.48% from 255) = 19.80%
BLUE value IS 245 (96.09% from 255) = 41.11%
R=39.09%
G=19.80%
B=41.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2331182450.050.5200.04294.3386.3971.18
HexE976F5534041265647
Octal35116636556404446126107
Binary11101001111011011110101101110100010010010011010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E976F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E976F5; }

 p { color: rgb(233,118,245); }

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

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

 a { background-color: rgb(233,118,245); }

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

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

 span { border-color: rgb(233,118,245); }

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