#E086DF

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

Shades of Violet #E086DF

Tints of Violet #E086DF

Color information

#E086DF (or 0xE086DF) is unknown color: approx Violet. HEX triplet: E0, 86 and DF. RGB value is (224,134,223). Sum of RGB (Red+Green+Blue) = 224+134+223=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E086DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086DF is #1F7920. Grayscale: #AAAAAA. Windows color (decimal): -2062625 or 14649056. OLE color: 14649056.

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

Color convert

RGB224134223-
CMYK00.400.000.12
HSL300.67º59.21%70.2%-
HSV(B)300.67º40.18%87.84%-
XYZ52.5838.2374.42-
YUV171.06157.32165.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 134 (52.73% from 255) = 23.06%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=38.55%
G=23.06%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413422300.400.000.12300.6759.2170.2
HexE086DF0280C12d3b46
Octal34020633705001445573106
Binary1110000010000110110111110101000011001001011011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E086DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E086DF; }

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

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

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

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

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

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

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

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