Html Css Color HEX #E268F6 Heliotrope

📋 copy color: '#E268F6'

red 226 ◦ green 104 ◦ blue 246

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

Shades of Heliotrope #E268F6

Tints of Heliotrope #E268F6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.06%

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

R = 39.24%
G = 18.06%
B = 42.71%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E268F6 (or 0xE268F6) is known color: Heliotrope. HEX triplet: E2, 68 and F6. RGB value is (226,104,246). Sum of RGB (Red+Green+Blue) = 226+104+246=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #E268F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268F6 is #1D9709. Grayscale: #9C9C9C. Windows color (decimal): -1939210 or 16148706. OLE color: 16148706.

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

Color convert

RGB 226 104 246 -
CMYK 0.08 0.58 0 0.04
HSL 291.55º 0.89% 0.69% -
HSV(B) 291.55º 0.58% 0.96% -
XYZ 52.95 32.72 90.71 -
YUV 156.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 226 104 246 0.08 0.58 0 0.04 291.55 0.89 0.69
Hex E2 68 F6 8 3A 0 4 124 59 45
Octal 342 150 366 10 72 0 4 444 131 105
Binary 11100010 1101000 11110110 1000 111010 0 100 100100100 1011001 1000101

Color Harmonies of #E268F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E268F6

Black with #E268F6

Text Example


Text Example

White with #E268F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E268F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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