Html Css Color HEX #E261F6 Heliotrope

📋 copy color: '#E261F6'

red 226 ◦ green 97 ◦ blue 246

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

Shades of Heliotrope #E261F6

Tints of Heliotrope #E261F6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.05%

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

R = 39.72%
G = 17.05%
B = 43.23%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E261F6 (or 0xE261F6) is known color: Heliotrope. HEX triplet: E2, 61 and F6. RGB value is (226,97,246). Sum of RGB (Red+Green+Blue) = 226+97+246=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 97 (38.28% from 255 or 17.05% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #E261F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E261F6 is #1D9E09. Grayscale: #989898. Windows color (decimal): -1941002 or 16146914. OLE color: 16146914.

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

Color convert

RGB 226 97 246 -
CMYK 0.08 0.61 0 0.04
HSL 291.95º 0.89% 0.67% -
HSV(B) 291.95º 0.61% 0.96% -
XYZ 52.27 31.37 90.49 -
YUV 152.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 226 97 246 0.08 0.61 0 0.04 291.95 0.89 0.67
Hex E2 61 F6 8 3D 0 4 124 59 43
Octal 342 141 366 10 75 0 4 444 131 103
Binary 11100010 1100001 11110110 1000 111101 0 100 100100100 1011001 1000011

Color Harmonies of #E261F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E261F6

Black with #E261F6

Text Example


Text Example

White with #E261F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E261F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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