#E476EF

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

Shades of Violet #E476EF

Tints of Violet #E476EF

Color information

#E476EF (or 0xE476EF) is unknown color: approx Violet. HEX triplet: E4, 76 and EF. RGB value is (228,118,239). Sum of RGB (Red+Green+Blue) = 228+118+239=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #E476EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E476EF is #1B8910. Grayscale: #A4A4A4. Windows color (decimal): -1804561 or 15693540. OLE color: 15693540.

HSL color Cylindrical-coordinate representation of color #E476EF: hue angle of 294.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 #E476EF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228118239-
CMYK0.050.5100.06
HSL294.55º79.08%70%-
HSV(B)294.55º50.63%93.73%-
XYZ54.0535.6885.7-
YUV164.68169.94173.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.97%
GREEN value IS 118 (46.48% from 255) = 20.17%
BLUE value IS 239 (93.75% from 255) = 40.85%
R=38.97%
G=20.17%
B=40.85%

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
Decimal2281182390.050.5100.06294.5579.0870
HexE476EF533061274f46
Octal34416635756306447117106
Binary11100100111011011101111101110011011010010011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E476EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E476EF; }

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

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

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

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

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

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

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

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