#E772F7

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

Shades of Heliotrope #E772F7

Tints of Heliotrope #E772F7

Color information

#E772F7 (or 0xE772F7) is unknown color: approx Heliotrope. HEX triplet: E7, 72 and F7. RGB value is (231,114,247). Sum of RGB (Red+Green+Blue) = 231+114+247=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 247 - color contains mainly: blue. Hex color #E772F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E772F7 is #188D08. Grayscale: #A3A3A3. Windows color (decimal): -1608969 or 16216807. OLE color: 16216807.

HSL color Cylindrical-coordinate representation of color #E772F7: hue angle of 292.78º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E772F7 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB231114247-
CMYK0.060.5400.03
HSL292.78º89.26%70.78%-
HSV(B)292.78º53.85%96.86%-
XYZ55.7635.7491.96-
YUV164.14174.76175.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 114 (44.92% from 255) = 19.26%
BLUE value IS 247 (96.88% from 255) = 41.72%
R=39.02%
G=19.26%
B=41.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2311142470.060.5400.03292.7889.2670.78
HexE772F7636031255947
Octal34716236766603445131107
Binary1110011111100101111011111011011001110010010110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772F7; }

 p { color: rgb(231,114,247); }

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

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

 a { background-color: rgb(231,114,247); }

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

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

 span { border-color: rgb(231,114,247); }

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