#E760F3

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

Shades of Heliotrope #E760F3

Tints of Heliotrope #E760F3

Color information

#E760F3 (or 0xE760F3) is unknown color: approx Heliotrope. HEX triplet: E7, 60 and F3. RGB value is (231,96,243). Sum of RGB (Red+Green+Blue) = 231+96+243=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 96 (37.89% from 255 or 16.84% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #E760F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E760F3 is #189F0C. Grayscale: #989898. Windows color (decimal): -1613581 or 15950055. OLE color: 15950055.

HSL color Cylindrical-coordinate representation of color #E760F3: hue angle of 295.1º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E760F3 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23196243-
CMYK0.050.6000.05
HSL295.1º85.96%66.47%-
HSV(B)295.1º60.49%95.29%-
XYZ53.3231.8388.13-
YUV153.12178.73183.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 96 (37.89% from 255) = 16.84%
BLUE value IS 243 (95.31% from 255) = 42.63%
R=40.53%
G=16.84%
B=42.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal231962430.050.6000.05295.185.9666.47
HexE760F353C051275642
Octal34714036357405447126102
Binary11100111110000011110011101111100010110010011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E760F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E760F3; }

 p { color: rgb(231,96,243); }

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

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

 a { background-color: rgb(231,96,243); }

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

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

 span { border-color: rgb(231,96,243); }

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