Html Css Color HEX #E864FD Heliotrope

📋 copy color: '#E864FD'

red 232 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #E864FD

Tints of Heliotrope #E864FD

RGB

 RED value IS 232 (91.02% from 255) = 39.66%

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

 BLUE value IS 253 (99.22% from 255) = 43.25%

R = 39.66%
G = 17.09%
B = 43.25%

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

#E864FD (or 0xE864FD) is known color: Heliotrope. HEX triplet: E8, 64 and FD. RGB value is (232,100,253). Sum of RGB (Red+Green+Blue) = 232+100+253=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 100 (39.45% from 255 or 17.09% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #E864FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E864FD is #179B02. Grayscale: #9C9C9C. Windows color (decimal): -1547011 or 16606440. OLE color: 16606440.

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

Color convert

RGB 232 100 253 -
CMYK 0.08 0.60 0 0.01
HSL 291.76º 0.97% 0.69% -
HSV(B) 291.76º 0.6% 0.99% -
XYZ 55.57 33.36 96.44 -
YUV 156.91 182.23 181.56 -
System Red Green Blue C M Y K H S L
Decimal 232 100 253 0.08 0.60 0 0.01 291.76 0.97 0.69
Hex E8 64 FD 8 3C 0 1 124 61 45
Octal 350 144 375 10 74 0 1 444 141 105
Binary 11101000 1100100 11111101 1000 111100 0 1 100100100 1100001 1000101

Color Harmonies of #E864FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E864FD

Black with #E864FD

Text Example


Text Example

White with #E864FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E864FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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