#E774F6

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

Shades of Heliotrope #E774F6

Tints of Heliotrope #E774F6

Color information

#E774F6 (or 0xE774F6) is unknown color: approx Heliotrope. HEX triplet: E7, 74 and F6. RGB value is (231,116,246). Sum of RGB (Red+Green+Blue) = 231+116+246=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 116 (45.70% from 255 or 19.56% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #E774F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E774F6 is #188B09. Grayscale: #A4A4A4. Windows color (decimal): -1608458 or 16151783. OLE color: 16151783.

HSL color Cylindrical-coordinate representation of color #E774F6: hue angle of 293.08º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E774F6 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB231116246-
CMYK0.060.5300.04
HSL293.08º87.84%70.98%-
HSV(B)293.08º52.85%96.47%-
XYZ55.8336.1391.22-
YUV165.2173.6174.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.95%
GREEN value IS 116 (45.70% from 255) = 19.56%
BLUE value IS 246 (96.48% from 255) = 41.48%
R=38.95%
G=19.56%
B=41.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2311162460.060.5300.04293.0887.8470.98
HexE774F6635041255847
Octal34716436666504445130107
Binary11100111111010011110110110110101010010010010110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774F6; }

 p { color: rgb(231,116,246); }

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

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

 a { background-color: rgb(231,116,246); }

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

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

 span { border-color: rgb(231,116,246); }

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