#E471EC

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

Shades of Violet #E471EC

Tints of Violet #E471EC

Color information

#E471EC (or 0xE471EC) is unknown color: approx Violet. HEX triplet: E4, 71 and EC. RGB value is (228,113,236). Sum of RGB (Red+Green+Blue) = 228+113+236=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #E471EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E471EC is #1B8E13. Grayscale: #A1A1A1. Windows color (decimal): -1805844 or 15495652. OLE color: 15495652.

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

Color convert

RGB228113236-
CMYK0.030.5200.07
HSL296.1º76.4%68.43%-
HSV(B)296.1º52.12%92.55%-
XYZ53.0434.3683.19-
YUV161.41170.1175.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.51%
GREEN value IS 113 (44.53% from 255) = 19.58%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=39.51%
G=19.58%
B=40.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281132360.030.5200.07296.176.468.43
HexE471EC334071284c44
Octal34416135436407450114104
Binary1110010011100011110110011110100011110010100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E471EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E471EC; }

 p { color: rgb(228,113,236); }

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

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

 a { background-color: rgb(228,113,236); }

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

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

 span { border-color: rgb(228,113,236); }

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