Html Css Color HEX #E256F6 Heliotrope

📋 copy color: '#E256F6'

red 226 ◦ green 86 ◦ blue 246

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

Shades of Heliotrope #E256F6

Tints of Heliotrope #E256F6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.41%

 BLUE value IS 246 (96.48% from 255) = 44.09%

R = 40.5%
G = 15.41%
B = 44.09%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E256F6 (or 0xE256F6) is known color: Heliotrope. HEX triplet: E2, 56 and F6. RGB value is (226,86,246). Sum of RGB (Red+Green+Blue) = 226+86+246=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 86 (33.98% from 255 or 15.41% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #E256F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E256F6 is #1DA909. Grayscale: #919191. Windows color (decimal): -1943818 or 16144098. OLE color: 16144098.

HSL color Cylindrical-coordinate representation of color #E256F6: hue angle of 292.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E256F6 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 86 246 -
CMYK 0.08 0.65 0 0.04
HSL 292.5º 0.9% 0.65% -
HSV(B) 292.5º 0.65% 0.96% -
XYZ 51.33 29.48 90.17 -
YUV 146.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 226 86 246 0.08 0.65 0 0.04 292.5 0.9 0.65
Hex E2 56 F6 8 41 0 4 124 5A 41
Octal 342 126 366 10 101 0 4 444 132 101
Binary 11100010 1010110 11110110 1000 1000001 0 100 100100100 1011010 1000001

Color Harmonies of #E256F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E256F6

Black with #E256F6

Text Example


Text Example

White with #E256F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E256F6; }

 p { color: rgb(226,86,246); }

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

background-color css

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

 a { background-color: rgb(226,86,246); }

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

border-color css

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

 span { border-color: rgb(226,86,246); }

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