Html Css Color HEX #E26CFB Heliotrope

📋 copy color: '#E26CFB'

red 226 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #E26CFB

Tints of Heliotrope #E26CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.46%

 BLUE value IS 251 (98.44% from 255) = 42.91%

R = 38.63%
G = 18.46%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E26CFB (or 0xE26CFB) is known color: Heliotrope. HEX triplet: E2, 6C and FB. RGB value is (226,108,251). Sum of RGB (Red+Green+Blue) = 226+108+251=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #E26CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CFB is #1D9304. Grayscale: #9F9F9F. Windows color (decimal): -1938181 or 16477410. OLE color: 16477410.

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

Color convert

RGB 226 108 251 -
CMYK 0.10 0.57 0 0.02
HSL 289.51º 0.95% 0.7% -
HSV(B) 289.51º 0.57% 0.98% -
XYZ 54.14 33.86 94.95 -
YUV 159.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 226 108 251 0.10 0.57 0 0.02 289.51 0.95 0.7
Hex E2 6C FB A 39 0 2 122 5F 46
Octal 342 154 373 12 71 0 2 442 137 106
Binary 11100010 1101100 11111011 1010 111001 0 10 100100010 1011111 1000110

Color Harmonies of #E26CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26CFB

Black with #E26CFB

Text Example


Text Example

White with #E26CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26CFB; }

 p { color: rgb(226,108,251); }

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

background-color css

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

 a { background-color: rgb(226,108,251); }

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

border-color css

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

 span { border-color: rgb(226,108,251); }

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