#E180EE

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

Shades of Violet #E180EE

Tints of Violet #E180EE

Color information

#E180EE (or 0xE180EE) is unknown color: approx Violet. HEX triplet: E1, 80 and EE. RGB value is (225,128,238). Sum of RGB (Red+Green+Blue) = 225+128+238=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #E180EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180EE is #1E7F11. Grayscale: #A9A9A9. Windows color (decimal): -1998610 or 15630561. OLE color: 15630561.

HSL color Cylindrical-coordinate representation of color #E180EE: hue angle of 292.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E180EE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225128238-
CMYK0.050.4600.07
HSL292.91º76.39%71.76%-
HSV(B)292.91º46.22%93.33%-
XYZ54.237.6285.29-
YUV169.54166.64167.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 128 (50.39% from 255) = 21.66%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=38.07%
G=21.66%
B=40.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251282380.050.4600.07292.9176.3971.76
HexE180EE52E071254c48
Octal34120035655607445114110
Binary111000011000000011101110101101110011110010010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180EE; }

 p { color: rgb(225,128,238); }

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

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

 a { background-color: rgb(225,128,238); }

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

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

 span { border-color: rgb(225,128,238); }

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