#E474ED

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

Shades of Violet #E474ED

Tints of Violet #E474ED

Color information

#E474ED (or 0xE474ED) is unknown color: approx Violet. HEX triplet: E4, 74 and ED. RGB value is (228,116,237). Sum of RGB (Red+Green+Blue) = 228+116+237=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #E474ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474ED is #1B8B12. Grayscale: #A2A2A2. Windows color (decimal): -1805075 or 15561956. OLE color: 15561956.

HSL color Cylindrical-coordinate representation of color #E474ED: hue angle of 295.54º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E474ED is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228116237-
CMYK0.040.5100.07
HSL295.54º77.07%69.22%-
HSV(B)295.54º51.05%92.94%-
XYZ53.5335.184.07-
YUV163.28169.61174.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.24%
GREEN value IS 116 (45.70% from 255) = 19.97%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=39.24%
G=19.97%
B=40.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281162370.040.5100.07295.5477.0769.22
HexE474ED433071284d45
Octal34416435546307450115105
Binary11100100111010011101101100110011011110010100010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E474ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E474ED; }

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

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

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

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

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

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

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

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