#E765F1

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

Shades of Heliotrope #E765F1

Tints of Heliotrope #E765F1

Color information

#E765F1 (or 0xE765F1) is unknown color: approx Heliotrope. HEX triplet: E7, 65 and F1. RGB value is (231,101,241). Sum of RGB (Red+Green+Blue) = 231+101+241=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #E765F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E765F1 is #189A0E. Grayscale: #9B9B9B. Windows color (decimal): -1612303 or 15820263. OLE color: 15820263.

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

Color convert

RGB231101241-
CMYK0.040.5800.05
HSL295.71º83.33%67.06%-
HSV(B)295.71º58.09%94.51%-
XYZ53.4932.6586.7-
YUV155.83176.07181.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 101 (39.84% from 255) = 17.63%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=40.31%
G=17.63%
B=42.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311012410.040.5800.05295.7183.3367.06
HexE765F143A051285343
Octal34714536147205450123103
Binary11100111110010111110001100111010010110010100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E765F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E765F1; }

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

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

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

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

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

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

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

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