#E473ED

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

Shades of Violet #E473ED

Tints of Violet #E473ED

Color information

#E473ED (or 0xE473ED) is unknown color: approx Violet. HEX triplet: E4, 73 and ED. RGB value is (228,115,237). Sum of RGB (Red+Green+Blue) = 228+115+237=580 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.31% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #E473ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E473ED is #1B8C12. Grayscale: #A2A2A2. Windows color (decimal): -1805331 or 15561700. OLE color: 15561700.

HSL color Cylindrical-coordinate representation of color #E473ED: hue angle of 295.57º 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 #E473ED is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228115237-
CMYK0.040.5100.07
HSL295.57º77.22%69.02%-
HSV(B)295.57º51.48%92.94%-
XYZ53.4134.8784.04-
YUV162.7169.94174.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.31%
GREEN value IS 115 (45.31% from 255) = 19.83%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=39.31%
G=19.83%
B=40.86%

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
Decimal2281152370.040.5100.07295.5777.2269.02
HexE473ED433071284d45
Octal34416335546307450115105
Binary11100100111001111101101100110011011110010100010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E473ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E473ED; }

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

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

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

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

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

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

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

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