Html Css Color HEX #E26DFA Heliotrope

📋 copy color: '#E26DFA'

red 226 ◦ green 109 ◦ blue 250

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

Shades of Heliotrope #E26DFA

Tints of Heliotrope #E26DFA

RGB

 RED value IS 226 (88.67% from 255) = 38.63%

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

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

R = 38.63%
G = 18.63%
B = 42.74%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E26DFA (or 0xE26DFA) is known color: Heliotrope. HEX triplet: E2, 6D and FA. RGB value is (226,109,250). Sum of RGB (Red+Green+Blue) = 226+109+250=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #E26DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DFA is #1D9205. Grayscale: #9F9F9F. Windows color (decimal): -1937926 or 16412130. OLE color: 16412130.

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

Color convert

RGB 226 109 250 -
CMYK 0.10 0.56 0 0.02
HSL 289.79º 0.93% 0.7% -
HSV(B) 289.79º 0.56% 0.98% -
XYZ 54.09 34.01 94.16 -
YUV 160.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 226 109 250 0.10 0.56 0 0.02 289.79 0.93 0.7
Hex E2 6D FA A 38 0 2 122 5D 46
Octal 342 155 372 12 70 0 2 442 135 106
Binary 11100010 1101101 11111010 1010 111000 0 10 100100010 1011101 1000110

Color Harmonies of #E26DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26DFA

Black with #E26DFA

Text Example


Text Example

White with #E26DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26DFA; }

 p { color: rgb(226,109,250); }

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

background-color css

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

 a { background-color: rgb(226,109,250); }

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

border-color css

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

 span { border-color: rgb(226,109,250); }

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