#E769F1

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

Shades of Heliotrope #E769F1

Tints of Heliotrope #E769F1

Color information

#E769F1 (or 0xE769F1) is unknown color: approx Heliotrope. HEX triplet: E7, 69 and F1. RGB value is (231,105,241). Sum of RGB (Red+Green+Blue) = 231+105+241=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 105 (41.41% from 255 or 18.20% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #E769F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E769F1 is #18960E. Grayscale: #9D9D9D. Windows color (decimal): -1611279 or 15821287. OLE color: 15821287.

HSL color Cylindrical-coordinate representation of color #E769F1: hue angle of 295.59º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E769F1 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231105241-
CMYK0.040.5600.05
HSL295.59º82.93%67.84%-
HSV(B)295.59º56.43%94.51%-
XYZ53.8833.4486.83-
YUV158.18174.74179.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 105 (41.41% from 255) = 18.20%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=40.03%
G=18.20%
B=41.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311052410.040.5600.05295.5982.9367.84
HexE769F1438051285344
Octal34715136147005450123104
Binary11100111110100111110001100111000010110010100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769F1; }

 p { color: rgb(231,105,241); }

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

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

 a { background-color: rgb(231,105,241); }

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

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

 span { border-color: rgb(231,105,241); }

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