#E760FF

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

Shades of Heliotrope #E760FF

Tints of Heliotrope #E760FF

Color information

#E760FF (or 0xE760FF) is unknown color: approx Heliotrope. HEX triplet: E7, 60 and FF. RGB value is (231,96,255). Sum of RGB (Red+Green+Blue) = 231+96+255=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 96 (37.89% from 255 or 16.49% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #E760FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E760FF is #189F00. Grayscale: #999999. Windows color (decimal): -1613569 or 16736487. OLE color: 16736487.

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

Color convert

RGB23196255-
CMYK0.090.6200
HSL290.94º100%68.82%-
HSV(B)290.94º62.35%100%-
XYZ55.1932.5797.99-
YUV154.49184.73182.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.69%
GREEN value IS 96 (37.89% from 255) = 16.49%
BLUE value IS 255 (100% from 255) = 43.81%
R=39.69%
G=16.49%
B=43.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal231962550.090.6200290.9410068.82
HexE760FF93E001236445
Octal347140377117600443144105
Binary1110011111000001111111110011111100010010001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E760FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E760FF; }

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

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

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

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

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

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

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

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