#E779FC

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

Shades of Heliotrope #E779FC

Tints of Heliotrope #E779FC

Color information

#E779FC (or 0xE779FC) is unknown color: approx Heliotrope. HEX triplet: E7, 79 and FC. RGB value is (231,121,252). Sum of RGB (Red+Green+Blue) = 231+121+252=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 121 (47.66% from 255 or 20.03% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #E779FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E779FC is #188603. Grayscale: #A8A8A8. Windows color (decimal): -1607172 or 16546279. OLE color: 16546279.

HSL color Cylindrical-coordinate representation of color #E779FC: hue angle of 290.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E779FC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231121252-
CMYK0.080.5200.01
HSL290.38º95.62%73.14%-
HSV(B)290.38º51.98%98.82%-
XYZ57.3637.6996.35-
YUV168.82174.94172.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 121 (47.66% from 255) = 20.03%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=38.25%
G=20.03%
B=41.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311212520.080.5200.01290.3895.6273.14
HexE779FC834011226049
Octal347171374106401442140111
Binary1110011111110011111110010001101000110010001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E779FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E779FC; }

 p { color: rgb(231,121,252); }

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

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

 a { background-color: rgb(231,121,252); }

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

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

 span { border-color: rgb(231,121,252); }

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