#E286F9

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

Shades of Heliotrope #E286F9

Tints of Heliotrope #E286F9

Color information

#E286F9 (or 0xE286F9) is unknown color: approx Heliotrope. HEX triplet: E2, 86 and F9. RGB value is (226,134,249). Sum of RGB (Red+Green+Blue) = 226+134+249=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #E286F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E286F9 is #1D7906. Grayscale: #AEAEAE. Windows color (decimal): -1931527 or 16352994. OLE color: 16352994.

HSL color Cylindrical-coordinate representation of color #E286F9: hue angle of 288º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E286F9 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226134249-
CMYK0.090.4600.02
HSL288º90.55%75.1%-
HSV(B)288º46.18%97.65%-
XYZ56.9940.0694.35-
YUV174.62169.98164.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 134 (52.73% from 255) = 22.00%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=37.11%
G=22.00%
B=40.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261342490.090.4600.0228890.5575.1
HexE286F992E021205b4b
Octal342206371115602440133113
Binary111000101000011011111001100110111001010010000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E286F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E286F9; }

 p { color: rgb(226,134,249); }

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

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

 a { background-color: rgb(226,134,249); }

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

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

 span { border-color: rgb(226,134,249); }

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