#E474F0

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

Shades of Violet #E474F0

Tints of Violet #E474F0

Color information

#E474F0 (or 0xE474F0) is unknown color: approx Violet. HEX triplet: E4, 74 and F0. RGB value is (228,116,240). Sum of RGB (Red+Green+Blue) = 228+116+240=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #E474F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474F0 is #1B8B0F. Grayscale: #A3A3A3. Windows color (decimal): -1805072 or 15758564. OLE color: 15758564.

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

Color convert

RGB228116240-
CMYK0.050.5200.06
HSL294.19º80.52%69.8%-
HSV(B)294.19º51.67%94.12%-
XYZ53.9735.2886.4-
YUV163.62171.11173.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.04%
GREEN value IS 116 (45.70% from 255) = 19.86%
BLUE value IS 240 (94.14% from 255) = 41.10%
R=39.04%
G=19.86%
B=41.10%

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
Decimal2281162400.050.5200.06294.1980.5269.8
HexE474F0534061265146
Octal34416436056406446121106
Binary11100100111010011110000101110100011010010011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E474F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E474F0; }

 p { color: rgb(228,116,240); }

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

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

 a { background-color: rgb(228,116,240); }

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

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

 span { border-color: rgb(228,116,240); }

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