Html Css Color HEX #E764EF Heliotrope

📋 copy color: '#E764EF'

red 231 ◦ green 100 ◦ blue 239

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

Shades of Heliotrope #E764EF

Tints of Heliotrope #E764EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 40.53%
G = 17.54%
B = 41.93%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E764EF (or 0xE764EF) is known color: Heliotrope. HEX triplet: E7, 64 and EF. RGB value is (231,100,239). Sum of RGB (Red+Green+Blue) = 231+100+239=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #E764EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764EF is #189B10. Grayscale: #9A9A9A. Windows color (decimal): -1612561 or 15688935. OLE color: 15688935.

HSL color Cylindrical-coordinate representation of color #E764EF: hue angle of 296.55º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E764EF is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 100 239 -
CMYK 0.03 0.58 0 0.06
HSL 296.55º 0.81% 0.66% -
HSV(B) 296.55º 0.58% 0.94% -
XYZ 53.09 32.34 85.1 -
YUV 155.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 231 100 239 0.03 0.58 0 0.06 296.55 0.81 0.66
Hex E7 64 EF 3 3A 0 6 129 51 42
Octal 347 144 357 3 72 0 6 451 121 102
Binary 11100111 1100100 11101111 11 111010 0 110 100101001 1010001 1000010

Color Harmonies of #E764EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764EF

Black with #E764EF

Text Example


Text Example

White with #E764EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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