Html Css Color HEX #E865F0 Heliotrope

📋 copy color: '#E865F0'

red 232 ◦ green 101 ◦ blue 240

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

Shades of Heliotrope #E865F0

Tints of Heliotrope #E865F0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.63%

 BLUE value IS 240 (94.14% from 255) = 41.88%

R = 40.49%
G = 17.63%
B = 41.88%

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

#E865F0 (or 0xE865F0) is known color: Heliotrope. HEX triplet: E8, 65 and F0. RGB value is (232,101,240). Sum of RGB (Red+Green+Blue) = 232+101+240=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #E865F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E865F0 is #179A0F. Grayscale: #9B9B9B. Windows color (decimal): -1546768 or 15754728. OLE color: 15754728.

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

Color convert

RGB 232 101 240 -
CMYK 0.03 0.58 0 0.06
HSL 296.55º 0.82% 0.67% -
HSV(B) 296.55º 0.58% 0.94% -
XYZ 53.66 32.75 85.93 -
YUV 156.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 232 101 240 0.03 0.58 0 0.06 296.55 0.82 0.67
Hex E8 65 F0 3 3A 0 6 129 52 43
Octal 350 145 360 3 72 0 6 451 122 103
Binary 11101000 1100101 11110000 11 111010 0 110 100101001 1010010 1000011

Color Harmonies of #E865F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E865F0

Black with #E865F0

Text Example


Text Example

White with #E865F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E865F0; }

 p { color: rgb(232,101,240); }

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

background-color css

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

 a { background-color: rgb(232,101,240); }

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

border-color css

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

 span { border-color: rgb(232,101,240); }

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