#E772FF

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

Shades of Heliotrope #E772FF

Tints of Heliotrope #E772FF

Color information

#E772FF (or 0xE772FF) is unknown color: approx Heliotrope. HEX triplet: E7, 72 and FF. RGB value is (231,114,255). Sum of RGB (Red+Green+Blue) = 231+114+255=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 114 (44.92% from 255 or 19% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #E772FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E772FF is #188D00. Grayscale: #A4A4A4. Windows color (decimal): -1608961 or 16741095. OLE color: 16741095.

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

Color convert

RGB231114255-
CMYK0.090.5500
HSL289.79º100%72.35%-
HSV(B)289.79º55.29%100%-
XYZ57.0236.2498.6-
YUV165.06178.76175.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 114 (44.92% from 255) = 19%
BLUE value IS 255 (100% from 255) = 42.5%
R=38.5%
G=19%
B=42.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311142550.090.5500289.7910072.35
HexE772FF937001226448
Octal347162377116700442144110
Binary1110011111100101111111110011101110010010001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772FF; }

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

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

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

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

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

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

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

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