#E186DE

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

Shades of Violet #E186DE

Tints of Violet #E186DE

Color information

#E186DE (or 0xE186DE) is unknown color: approx Violet. HEX triplet: E1, 86 and DE. RGB value is (225,134,222). Sum of RGB (Red+Green+Blue) = 225+134+222=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E186DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186DE is #1E7921. Grayscale: #AAAAAA. Windows color (decimal): -1997090 or 14583521. OLE color: 14583521.

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

Color convert

RGB225134222-
CMYK00.400.010.12
HSL301.98º60.26%70.39%-
HSV(B)301.98º40.44%88.24%-
XYZ52.7638.3373.73-
YUV171.24156.65166.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.73%
GREEN value IS 134 (52.73% from 255) = 23.06%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=38.73%
G=23.06%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513422200.400.010.12301.9860.2670.39
HexE186DE0281C12e3c46
Octal34120633605011445674106
Binary1110000110000110110111100101000111001001011101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186DE; }

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

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

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

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

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

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

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

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