#E182DE

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

Shades of Violet #E182DE

Tints of Violet #E182DE

Color information

#E182DE (or 0xE182DE) is unknown color: approx Violet. HEX triplet: E1, 82 and DE. RGB value is (225,130,222). Sum of RGB (Red+Green+Blue) = 225+130+222=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E182DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182DE is #1E7D21. Grayscale: #A8A8A8. Windows color (decimal): -1998114 or 14582497. OLE color: 14582497.

HSL color Cylindrical-coordinate representation of color #E182DE: hue angle of 301.89º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182DE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225130222-
CMYK00.420.010.12
HSL301.89º61.29%69.61%-
HSV(B)301.89º42.22%88.24%-
XYZ52.2237.2573.54-
YUV168.89157.97168.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 130 (51.17% from 255) = 22.53%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=38.99%
G=22.53%
B=38.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513022200.420.010.12301.8961.2969.61
HexE182DE02A1C12e3d46
Octal34120233605211445675106
Binary1110000110000010110111100101010111001001011101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182DE; }

 p { color: rgb(225,130,222); }

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

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

 a { background-color: rgb(225,130,222); }

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

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

 span { border-color: rgb(225,130,222); }

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