#E086E1

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

Shades of Violet #E086E1

Tints of Violet #E086E1

Color information

#E086E1 (or 0xE086E1) is unknown color: approx Violet. HEX triplet: E0, 86 and E1. RGB value is (224,134,225). Sum of RGB (Red+Green+Blue) = 224+134+225=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #E086E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086E1 is #1F791E. Grayscale: #ABABAB. Windows color (decimal): -2062623 or 14780128. OLE color: 14780128.

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

Color convert

RGB224134225-
CMYK0.000.4000.12
HSL299.34º60.26%70.39%-
HSV(B)299.34º40.44%88.24%-
XYZ52.8638.3375.85-
YUV171.28158.32165.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 134 (52.73% from 255) = 22.98%
BLUE value IS 225 (88.28% from 255) = 38.59%
R=38.42%
G=22.98%
B=38.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241342250.000.4000.12299.3460.2670.39
HexE086E10280C12b3c46
Octal34020634105001445374106
Binary1110000010000110111000010101000011001001010111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E086E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E086E1; }

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

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

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

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

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

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

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

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