Html Css Color HEX #E86FFA Heliotrope

📋 copy color: '#E86FFA'

red 232 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #E86FFA

Tints of Heliotrope #E86FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.72%

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

R = 39.12%
G = 18.72%
B = 42.16%

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

#E86FFA (or 0xE86FFA) is known color: Heliotrope. HEX triplet: E8, 6F and FA. RGB value is (232,111,250). Sum of RGB (Red+Green+Blue) = 232+111+250=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 111 (43.75% from 255 or 18.72% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #E86FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86FFA is #179005. Grayscale: #A2A2A2. Windows color (decimal): -1544198 or 16412648. OLE color: 16412648.

HSL color Cylindrical-coordinate representation of color #E86FFA: hue angle of 292.23º 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 #E86FFA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 111 250 -
CMYK 0.07 0.56 0 0.02
HSL 292.23º 0.93% 0.71% -
HSV(B) 292.23º 0.56% 0.98% -
XYZ 56.22 35.43 94.32 -
YUV 163.03 177.09 177.2 -
System Red Green Blue C M Y K H S L
Decimal 232 111 250 0.07 0.56 0 0.02 292.23 0.93 0.71
Hex E8 6F FA 7 38 0 2 124 5D 47
Octal 350 157 372 7 70 0 2 444 135 107
Binary 11101000 1101111 11111010 111 111000 0 10 100100100 1011101 1000111

Color Harmonies of #E86FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86FFA

Black with #E86FFA

Text Example


Text Example

White with #E86FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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