#E186E8

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

Shades of Violet #E186E8

Tints of Violet #E186E8

Color information

#E186E8 (or 0xE186E8) is unknown color: approx Violet. HEX triplet: E1, 86 and E8. RGB value is (225,134,232). Sum of RGB (Red+Green+Blue) = 225+134+232=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 232 - color contains mainly: blue. Hex color #E186E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E186E8 is #1E7917. Grayscale: #ACACAC. Windows color (decimal): -1997080 or 15238881. OLE color: 15238881.

HSL color Cylindrical-coordinate representation of color #E186E8: hue angle of 295.71º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E186E8 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225134232-
CMYK0.030.4200.09
HSL295.71º68.06%71.76%-
HSV(B)295.71º42.24%90.98%-
XYZ54.1438.8881-
YUV172.38161.65165.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 134 (52.73% from 255) = 22.67%
BLUE value IS 232 (91.02% from 255) = 39.26%
R=38.07%
G=22.67%
B=39.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251342320.030.4200.09295.7168.0671.76
HexE186E832A091284448
Octal341206350352011450104110
Binary111000011000011011101000111010100100110010100010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186E8; }

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

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

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

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

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

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

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

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