#E186DD

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

Shades of Violet #E186DD

Tints of Violet #E186DD

Color information

#E186DD (or 0xE186DD) is unknown color: approx Violet. HEX triplet: E1, 86 and DD. RGB value is (225,134,221). Sum of RGB (Red+Green+Blue) = 225+134+221=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E186DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186DD is #1E7922. Grayscale: #AAAAAA. Windows color (decimal): -1997091 or 14517985. OLE color: 14517985.

HSL color Cylindrical-coordinate representation of color #E186DD: hue angle of 302.64º 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 #E186DD is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225134221-
CMYK00.400.020.12
HSL302.64º60.26%70.39%-
HSV(B)302.64º40.44%88.24%-
XYZ52.6338.2873.02-
YUV171.13156.15166.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 134 (52.73% from 255) = 23.10%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=38.79%
G=23.10%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513422100.400.020.12302.6460.2670.39
HexE186DD0282C12f3c46
Octal34120633505021445774106
Binary11100001100001101101110101010001011001001011111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186DD; }

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

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

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

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

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

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

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

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