#E671FA

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

Shades of Heliotrope #E671FA

Tints of Heliotrope #E671FA

Color information

#E671FA (or 0xE671FA) is unknown color: approx Heliotrope. HEX triplet: E6, 71 and FA. RGB value is (230,113,250). Sum of RGB (Red+Green+Blue) = 230+113+250=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 113 (44.53% from 255 or 19.06% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #E671FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E671FA is #198E05. Grayscale: #A3A3A3. Windows color (decimal): -1674758 or 16413158. OLE color: 16413158.

HSL color Cylindrical-coordinate representation of color #E671FA: hue angle of 291.24º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E671FA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230113250-
CMYK0.080.5500.02
HSL291.24º93.2%71.18%-
HSV(B)291.24º54.8%98.04%-
XYZ55.7935.5494.36-
YUV163.6176.76175.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.79%
GREEN value IS 113 (44.53% from 255) = 19.06%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=38.79%
G=19.06%
B=42.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301132500.080.5500.02291.2493.271.18
HexE671FA837021235d47
Octal346161372106702443135107
Binary11100110111000111111010100011011101010010001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671FA; }

 p { color: rgb(230,113,250); }

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

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

 a { background-color: rgb(230,113,250); }

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

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

 span { border-color: rgb(230,113,250); }

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