Html Css Color HEX #E764FA Heliotrope

📋 copy color: '#E764FA'

red 231 ◦ green 100 ◦ blue 250

#E764FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #E764FA

Tints of Heliotrope #E764FA

RGB

 RED value IS 231 (90.63% from 255) = 39.76%

 GREEN value IS 100 (39.45% from 255) = 17.21%

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 39.76%
G = 17.21%
B = 43.03%

CMYK

 C value IS 0.08

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E764FA (or 0xE764FA) is known color: Heliotrope. HEX triplet: E7, 64 and FA. RGB value is (231,100,250). Sum of RGB (Red+Green+Blue) = 231+100+250=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 100 (39.45% from 255 or 17.21% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #E764FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764FA is #189B05. Grayscale: #9B9B9B. Windows color (decimal): -1612550 or 16409831. OLE color: 16409831.

HSL color Cylindrical-coordinate representation of color #E764FA: hue angle of 292.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E764FA is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 100 250 -
CMYK 0.08 0.6 0 0.02
HSL 292.4º 0.94% 0.69% -
HSV(B) 292.4º 0.6% 0.98% -
XYZ 54.77 33.01 93.93 -
YUV 156.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 231 100 250 0.08 0.6 0 0.02 292.4 0.94 0.69
Hex E7 64 FA 8 3C 0 2 124 5E 45
Octal 347 144 372 10 74 0 2 444 136 105
Binary 11100111 1100100 11111010 1000 111100 0 10 100100100 1011110 1000101

Color Harmonies of #E764FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764FA

Black with #E764FA

Text Example


Text Example

White with #E764FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764FA; }

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

 H1.HeaderClassName
 {
   color: #E764FA;
 }
 .AnyTagClassName
 {
   color: #E764FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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