#E180ED

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

Shades of Violet #E180ED

Tints of Violet #E180ED

Color information

#E180ED (or 0xE180ED) is unknown color: approx Violet. HEX triplet: E1, 80 and ED. RGB value is (225,128,237). Sum of RGB (Red+Green+Blue) = 225+128+237=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #E180ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180ED is #1E7F12. Grayscale: #A9A9A9. Windows color (decimal): -1998611 or 15565025. OLE color: 15565025.

HSL color Cylindrical-coordinate representation of color #E180ED: hue angle of 293.39º degrees, saturation: 0.75, 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 #E180ED is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225128237-
CMYK0.050.4600.07
HSL293.39º75.17%71.57%-
HSV(B)293.39º45.99%92.94%-
XYZ54.0637.5684.52-
YUV169.43166.14167.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 128 (50.39% from 255) = 21.69%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=38.14%
G=21.69%
B=40.17%

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
Decimal2251282370.050.4600.07293.3975.1771.57
HexE180ED52E071254b48
Octal34120035555607445113110
Binary111000011000000011101101101101110011110010010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180ED; }

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

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

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

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

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

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

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

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