Html Css Color HEX #E86DFC Heliotrope

📋 copy color: '#E86DFC'

red 232 ◦ green 109 ◦ blue 252

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

Shades of Heliotrope #E86DFC

Tints of Heliotrope #E86DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.38%

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 39.12%
G = 18.38%
B = 42.5%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E86DFC (or 0xE86DFC) is known color: Heliotrope. HEX triplet: E8, 6D and FC. RGB value is (232,109,252). Sum of RGB (Red+Green+Blue) = 232+109+252=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 109 (42.97% from 255 or 18.38% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #E86DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86DFC is #179203. Grayscale: #A1A1A1. Windows color (decimal): -1544708 or 16543208. OLE color: 16543208.

HSL color Cylindrical-coordinate representation of color #E86DFC: hue angle of 291.61º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86DFC is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 109 252 -
CMYK 0.08 0.57 0 0.01
HSL 291.61º 0.96% 0.71% -
HSV(B) 291.61º 0.57% 0.99% -
XYZ 56.32 35.12 95.91 -
YUV 162.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 232 109 252 0.08 0.57 0 0.01 291.61 0.96 0.71
Hex E8 6D FC 8 39 0 1 124 60 47
Octal 350 155 374 10 71 0 1 444 140 107
Binary 11101000 1101101 11111100 1000 111001 0 1 100100100 1100000 1000111

Color Harmonies of #E86DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86DFC

Black with #E86DFC

Text Example


Text Example

White with #E86DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86DFC; }

 p { color: rgb(232,109,252); }

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

background-color css

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

 a { background-color: rgb(232,109,252); }

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

border-color css

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

 span { border-color: rgb(232,109,252); }

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