#E869FA

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

Shades of Heliotrope #E869FA

Tints of Heliotrope #E869FA

Color information

#E869FA (or 0xE869FA) is unknown color: approx Heliotrope. HEX triplet: E8, 69 and FA. RGB value is (232,105,250). Sum of RGB (Red+Green+Blue) = 232+105+250=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #E869FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E869FA is #179605. Grayscale: #9F9F9F. Windows color (decimal): -1545734 or 16411112. OLE color: 16411112.

HSL color Cylindrical-coordinate representation of color #E869FA: hue angle of 292.55º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E869FA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232105250-
CMYK0.070.5800.02
HSL292.55º93.55%69.61%-
HSV(B)292.55º58%98.04%-
XYZ55.5934.1694.11-
YUV159.5179.08179.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.52%
GREEN value IS 105 (41.41% from 255) = 17.89%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=39.52%
G=17.89%
B=42.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321052500.070.5800.02292.5593.5569.61
HexE869FA73A021255e46
Octal35015137277202445136106
Binary1110100011010011111101011111101001010010010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E869FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E869FA; }

 p { color: rgb(232,105,250); }

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

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

 a { background-color: rgb(232,105,250); }

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

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

 span { border-color: rgb(232,105,250); }

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