#E670FA

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

Shades of Heliotrope #E670FA

Tints of Heliotrope #E670FA

Color information

#E670FA (or 0xE670FA) is unknown color: approx Heliotrope. HEX triplet: E6, 70 and FA. RGB value is (230,112,250). Sum of RGB (Red+Green+Blue) = 230+112+250=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #E670FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E670FA is #198F05. Grayscale: #A2A2A2. Windows color (decimal): -1675014 or 16412902. OLE color: 16412902.

HSL color Cylindrical-coordinate representation of color #E670FA: hue angle of 291.3º 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 #E670FA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230112250-
CMYK0.080.5500.02
HSL291.3º93.24%70.98%-
HSV(B)291.3º55.2%98.04%-
XYZ55.6835.3194.32-
YUV163.01177.09175.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.85%
GREEN value IS 112 (44.14% from 255) = 18.92%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=38.85%
G=18.92%
B=42.23%

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
Decimal2301122500.080.5500.02291.393.2470.98
HexE670FA837021235d47
Octal346160372106702443135107
Binary11100110111000011111010100011011101010010001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E670FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E670FA; }

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

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

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

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

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

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

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

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