#E771FD

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

Shades of Heliotrope #E771FD

Tints of Heliotrope #E771FD

Color information

#E771FD (or 0xE771FD) is unknown color: approx Heliotrope. HEX triplet: E7, 71 and FD. RGB value is (231,113,253). Sum of RGB (Red+Green+Blue) = 231+113+253=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 113 (44.53% from 255 or 18.93% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #E771FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E771FD is #188E02. Grayscale: #A3A3A3. Windows color (decimal): -1609219 or 16609767. OLE color: 16609767.

HSL color Cylindrical-coordinate representation of color #E771FD: hue angle of 290.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E771FD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231113253-
CMYK0.090.5500.01
HSL290.57º97.22%71.76%-
HSV(B)290.57º55.34%99.22%-
XYZ56.5935.8996.87-
YUV164.24178.09175.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 113 (44.53% from 255) = 18.93%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=38.69%
G=18.93%
B=42.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311132530.090.5500.01290.5797.2271.76
HexE771FD937011236148
Octal347161375116701443141110
Binary1110011111100011111110110011101110110010001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771FD; }

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

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

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

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

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

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

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

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