Html Css Color HEX #E26EFA Heliotrope

📋 copy color: '#E26EFA'

red 226 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #E26EFA

Tints of Heliotrope #E26EFA

RGB

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

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

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

R = 38.57%
G = 18.77%
B = 42.66%

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

#E26EFA (or 0xE26EFA) is known color: Heliotrope. HEX triplet: E2, 6E and FA. RGB value is (226,110,250). Sum of RGB (Red+Green+Blue) = 226+110+250=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 110 (43.36% from 255 or 18.77% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #E26EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EFA is #1D9105. Grayscale: #A0A0A0. Windows color (decimal): -1937670 or 16412386. OLE color: 16412386.

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

Color convert

RGB 226 110 250 -
CMYK 0.10 0.56 0 0.02
HSL 289.71º 0.93% 0.71% -
HSV(B) 289.71º 0.56% 0.98% -
XYZ 54.2 34.22 94.19 -
YUV 160.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 226 110 250 0.10 0.56 0 0.02 289.71 0.93 0.71
Hex E2 6E FA A 38 0 2 122 5D 47
Octal 342 156 372 12 70 0 2 442 135 107
Binary 11100010 1101110 11111010 1010 111000 0 10 100100010 1011101 1000111

Color Harmonies of #E26EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EFA

Black with #E26EFA

Text Example


Text Example

White with #E26EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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