#E472EF

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

Shades of Violet #E472EF

Tints of Violet #E472EF

Color information

#E472EF (or 0xE472EF) is unknown color: approx Violet. HEX triplet: E4, 72 and EF. RGB value is (228,114,239). Sum of RGB (Red+Green+Blue) = 228+114+239=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #E472EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472EF is #1B8D10. Grayscale: #A1A1A1. Windows color (decimal): -1805585 or 15692516. OLE color: 15692516.

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

Color convert

RGB228114239-
CMYK0.050.5200.06
HSL294.72º79.62%69.22%-
HSV(B)294.72º52.3%93.73%-
XYZ53.5934.7685.55-
YUV162.34171.27174.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.24%
GREEN value IS 114 (44.92% from 255) = 19.62%
BLUE value IS 239 (93.75% from 255) = 41.14%
R=39.24%
G=19.62%
B=41.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281142390.050.5200.06294.7279.6269.22
HexE472EF534061275045
Octal34416235756406447120105
Binary11100100111001011101111101110100011010010011110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E472EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E472EF; }

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

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

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

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

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

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

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

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