#E484EF

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

Shades of Violet #E484EF

Tints of Violet #E484EF

Color information

#E484EF (or 0xE484EF) is unknown color: approx Violet. HEX triplet: E4, 84 and EF. RGB value is (228,132,239). Sum of RGB (Red+Green+Blue) = 228+132+239=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #E484EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E484EF is #1B7B10. Grayscale: #ACACAC. Windows color (decimal): -1800977 or 15697124. OLE color: 15697124.

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

Color convert

RGB228132239-
CMYK0.050.4500.06
HSL293.83º76.98%72.75%-
HSV(B)293.83º44.77%93.73%-
XYZ55.8339.2386.29-
YUV172.9165.3167.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.06%
GREEN value IS 132 (51.95% from 255) = 22.04%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=38.06%
G=22.04%
B=39.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281322390.050.4500.06293.8376.9872.75
HexE484EF52D061264d49
Octal34420435755506446115111
Binary111001001000010011101111101101101011010010011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E484EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E484EF; }

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

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

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

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

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

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

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

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