Html Css Color HEX #E764FD Heliotrope

📋 copy color: '#E764FD'

red 231 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #E764FD

Tints of Heliotrope #E764FD

RGB

 RED value IS 231 (90.63% 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 value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E764FD (or 0xE764FD) is known color: 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

RGB 231 100 253 -
CMYK 0.09 0.60 0 0.01
HSL 291.37º 0.97% 0.69% -
HSV(B) 291.37º 0.6% 0.99% -
XYZ 55.24 33.2 96.42 -
YUV 156.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 231 100 253 0.09 0.60 0 0.01 291.37 0.97 0.69
Hex E7 64 FD 9 3C 0 1 123 61 45
Octal 347 144 375 11 74 0 1 443 141 105
Binary 11100111 1100100 11111101 1001 111100 0 1 100100011 1100001 1000101

Color Harmonies of #E764FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764FD

Black with #E764FD

Text Example


Text Example

White with #E764FD

Text Example


Text Example

HTML Codes & Css Web 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>