#E764FD

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

Shades of Heliotrope #E764FD

Tints of Heliotrope #E764FD

Color information

#E764FD (or 0xE764FD) is unknown color: approx Heliotrope. HEX triplet: E7, 64 and FD. RGB value is (231,100,253). Sum of RGB (Red+Green+Blue) = 231+100+253=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 100 (39.45% from 255 or 17.12% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #E764FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764FD is #189B02. Grayscale: #9C9C9C. Windows color (decimal): -1612547 or 16606439. OLE color: 16606439.

HSL color Cylindrical-coordinate representation of color #E764FD: hue angle of 291.37º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E764FD is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231100253-
CMYK0.090.6000.01
HSL291.37º97.45%69.22%-
HSV(B)291.37º60.47%99.22%-
XYZ55.2433.296.42-
YUV156.61182.4181.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.55%
GREEN value IS 100 (39.45% from 255) = 17.12%
BLUE value IS 253 (99.22% from 255) = 43.32%
R=39.55%
G=17.12%
B=43.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311002530.090.6000.01291.3797.4569.22
HexE764FD93C011236145
Octal347144375117401443141105
Binary1110011111001001111110110011111000110010001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E764FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E764FD; }

 p { color: rgb(231,100,253); }

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

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

 a { background-color: rgb(231,100,253); }

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

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

 span { border-color: rgb(231,100,253); }

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