#E186DF

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

Shades of Violet #E186DF

Tints of Violet #E186DF

Color information

#E186DF (or 0xE186DF) is unknown color: approx Violet. HEX triplet: E1, 86 and DF. RGB value is (225,134,223). Sum of RGB (Red+Green+Blue) = 225+134+223=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E186DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186DF is #1E7920. Grayscale: #ABABAB. Windows color (decimal): -1997089 or 14649057. OLE color: 14649057.

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

Color convert

RGB225134223-
CMYK00.400.010.12
HSL301.32º60.26%70.39%-
HSV(B)301.32º40.44%88.24%-
XYZ52.938.3974.43-
YUV171.36157.15166.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 134 (52.73% from 255) = 23.02%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=38.66%
G=23.02%
B=38.32%

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
Decimal22513422300.400.010.12301.3260.2670.39
HexE186DF0281C12d3c46
Octal34120633705011445574106
Binary1110000110000110110111110101000111001001011011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186DF; }

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

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

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

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

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

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

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

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