Html Css Color HEX #E86EFA Heliotrope

📋 copy color: '#E86EFA'

red 232 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #E86EFA

Tints of Heliotrope #E86EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.58%

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 39.19%
G = 18.58%
B = 42.23%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E86EFA (or 0xE86EFA) is known color: Heliotrope. HEX triplet: E8, 6E and FA. RGB value is (232,110,250). Sum of RGB (Red+Green+Blue) = 232+110+250=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 110 (43.36% from 255 or 18.58% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #E86EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86EFA is #179105. Grayscale: #A2A2A2. Windows color (decimal): -1544454 or 16412392. OLE color: 16412392.

HSL color Cylindrical-coordinate representation of color #E86EFA: hue angle of 292.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86EFA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 110 250 -
CMYK 0.07 0.56 0 0.02
HSL 292.29º 0.93% 0.71% -
HSV(B) 292.29º 0.56% 0.98% -
XYZ 56.11 35.21 94.28 -
YUV 162.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 232 110 250 0.07 0.56 0 0.02 292.29 0.93 0.71
Hex E8 6E FA 7 38 0 2 124 5D 47
Octal 350 156 372 7 70 0 2 444 135 107
Binary 11101000 1101110 11111010 111 111000 0 10 100100100 1011101 1000111

Color Harmonies of #E86EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86EFA

Black with #E86EFA

Text Example


Text Example

White with #E86EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86EFA; }

 p { color: rgb(232,110,250); }

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

background-color css

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

 a { background-color: rgb(232,110,250); }

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

border-color css

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

 span { border-color: rgb(232,110,250); }

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