#e777fc

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

Shades of Heliotrope #E777FC

Tints of Heliotrope #E777FC

Color information

#E777FC (or 0xE777FC) is unknown color: approx Heliotrope. HEX triplet: E7, 77 and FC. RGB value is (231,119,252). Sum of RGB (Red+Green+Blue) = 231+119+252=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 119 (46.88% from 255 or 19.77% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #E777FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E777FC is #188803. Grayscale: #A7A7A7. Windows color (decimal): -1607684 or 16545767. OLE color: 16545767.

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

Color convert

RGB231119252-
CMYK0.080.5300.01
HSL290.53º95.68%72.75%-
HSV(B)290.53º52.78%98.82%-
XYZ57.1237.2196.27-
YUV167.65175.61173.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 119 (46.88% from 255) = 19.77%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=38.37%
G=19.77%
B=41.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311192520.080.5300.01290.5395.6872.75
HexE777FC835011236049
Octal347167374106501443140111
Binary1110011111101111111110010001101010110010001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e777fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e777fc; }

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

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

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

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

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

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

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

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