#E778FD

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

Shades of Heliotrope #E778FD

Tints of Heliotrope #E778FD

Color information

#E778FD (or 0xE778FD) is unknown color: approx Heliotrope. HEX triplet: E7, 78 and FD. RGB value is (231,120,253). Sum of RGB (Red+Green+Blue) = 231+120+253=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 120 (47.27% from 255 or 19.87% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #E778FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E778FD is #188702. Grayscale: #A7A7A7. Windows color (decimal): -1607427 or 16611559. OLE color: 16611559.

HSL color Cylindrical-coordinate representation of color #E778FD: hue angle of 290.08º degrees, saturation: 0.97, 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 #E778FD is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231120253-
CMYK0.090.5300.01
HSL290.08º97.08%73.14%-
HSV(B)290.08º52.57%99.22%-
XYZ57.437.5197.14-
YUV168.35175.77172.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 120 (47.27% from 255) = 19.87%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=38.25%
G=19.87%
B=41.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311202530.090.5300.01290.0897.0873.14
HexE778FD935011226149
Octal347170375116501442141111
Binary1110011111110001111110110011101010110010001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778FD; }

 p { color: rgb(231,120,253); }

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

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

 a { background-color: rgb(231,120,253); }

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

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

 span { border-color: rgb(231,120,253); }

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