#e478ef

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

Shades of Violet #E478EF

Tints of Violet #E478EF

Color information

#E478EF (or 0xE478EF) is unknown color: approx Violet. HEX triplet: E4, 78 and EF. RGB value is (228,120,239). Sum of RGB (Red+Green+Blue) = 228+120+239=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #E478EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E478EF is #1B8710. Grayscale: #A5A5A5. Windows color (decimal): -1804049 or 15694052. OLE color: 15694052.

HSL color Cylindrical-coordinate representation of color #E478EF: hue angle of 294.45º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E478EF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228120239-
CMYK0.050.5000.06
HSL294.45º78.81%70.39%-
HSV(B)294.45º49.79%93.73%-
XYZ54.2936.1685.78-
YUV165.86169.28172.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.84%
GREEN value IS 120 (47.27% from 255) = 20.44%
BLUE value IS 239 (93.75% from 255) = 40.72%
R=38.84%
G=20.44%
B=40.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281202390.050.5000.06294.4578.8170.39
HexE478EF532061264f46
Octal34417035756206446117106
Binary11100100111100011101111101110010011010010011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e478ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e478ef; }

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

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

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

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

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

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

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

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