Html Css Color HEX #E764FC Heliotrope

📋 copy color: '#E764FC'

red 231 ◦ green 100 ◦ blue 252

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

Shades of Heliotrope #E764FC

Tints of Heliotrope #E764FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 39.62%
G = 17.15%
B = 43.22%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E764FC (or 0xE764FC) is known color: Heliotrope. HEX triplet: E7, 64 and FC. RGB value is (231,100,252). Sum of RGB (Red+Green+Blue) = 231+100+252=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 100 (39.45% from 255 or 17.15% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #E764FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764FC is #189B03. Grayscale: #9C9C9C. Windows color (decimal): -1612548 or 16540903. OLE color: 16540903.

HSL color Cylindrical-coordinate representation of color #E764FC: hue angle of 291.71º degrees, saturation: 0.96, 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 #E764FC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 100 252 -
CMYK 0.08 0.60 0 0.01
HSL 291.71º 0.96% 0.69% -
HSV(B) 291.71º 0.6% 0.99% -
XYZ 55.08 33.13 95.59 -
YUV 156.5 181.9 181.14 -
System Red Green Blue C M Y K H S L
Decimal 231 100 252 0.08 0.60 0 0.01 291.71 0.96 0.69
Hex E7 64 FC 8 3C 0 1 124 60 45
Octal 347 144 374 10 74 0 1 444 140 105
Binary 11100111 1100100 11111100 1000 111100 0 1 100100100 1100000 1000101

Color Harmonies of #E764FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764FC

Black with #E764FC

Text Example


Text Example

White with #E764FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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