#E186EE

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

Shades of Violet #E186EE

Tints of Violet #E186EE

Color information

#E186EE (or 0xE186EE) is unknown color: approx Violet. HEX triplet: E1, 86 and EE. RGB value is (225,134,238). Sum of RGB (Red+Green+Blue) = 225+134+238=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #E186EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E186EE is #1E7911. Grayscale: #ACACAC. Windows color (decimal): -1997074 or 15632097. OLE color: 15632097.

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

Color convert

RGB225134238-
CMYK0.050.4400.07
HSL292.5º75.36%72.94%-
HSV(B)292.5º43.7%93.33%-
XYZ55.0139.2385.56-
YUV173.06164.65165.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 134 (52.73% from 255) = 22.45%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=37.69%
G=22.45%
B=39.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251342380.050.4400.07292.575.3672.94
HexE186EE52C071244b49
Octal34120635655407444113111
Binary111000011000011011101110101101100011110010010010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186EE; }

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

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

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

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

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

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

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

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