#E475EE

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

Shades of Violet #E475EE

Tints of Violet #E475EE

Color information

#E475EE (or 0xE475EE) is unknown color: approx Violet. HEX triplet: E4, 75 and EE. RGB value is (228,117,238). Sum of RGB (Red+Green+Blue) = 228+117+238=583 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.11% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #E475EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E475EE is #1B8A11. Grayscale: #A3A3A3. Windows color (decimal): -1804818 or 15627748. OLE color: 15627748.

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

Color convert

RGB228117238-
CMYK0.040.5100.07
HSL295.04º78.06%69.61%-
HSV(B)295.04º50.84%93.33%-
XYZ53.7935.3984.88-
YUV163.98169.77173.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.11%
GREEN value IS 117 (46.09% from 255) = 20.07%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=39.11%
G=20.07%
B=40.82%

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
Decimal2281172380.040.5100.07295.0478.0669.61
HexE475EE433071274e46
Octal34416535646307447116106
Binary11100100111010111101110100110011011110010011110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E475EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E475EE; }

 p { color: rgb(228,117,238); }

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

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

 a { background-color: rgb(228,117,238); }

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

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

 span { border-color: rgb(228,117,238); }

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