Html Css Color HEX #E261FA Heliotrope

📋 copy color: '#E261FA'

red 226 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #E261FA

Tints of Heliotrope #E261FA

RGB

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

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

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

R = 39.44%
G = 16.93%
B = 43.63%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E261FA (or 0xE261FA) is known color: Heliotrope. HEX triplet: E2, 61 and FA. RGB value is (226,97,250). Sum of RGB (Red+Green+Blue) = 226+97+250=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 97 (38.28% from 255 or 16.93% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #E261FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E261FA is #1D9E05. Grayscale: #989898. Windows color (decimal): -1940998 or 16409058. OLE color: 16409058.

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

Color convert

RGB 226 97 250 -
CMYK 0.10 0.61 0 0.02
HSL 290.59º 0.94% 0.68% -
HSV(B) 290.59º 0.61% 0.98% -
XYZ 52.89 31.62 93.76 -
YUV 153.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 226 97 250 0.10 0.61 0 0.02 290.59 0.94 0.68
Hex E2 61 FA A 3D 0 2 123 5E 44
Octal 342 141 372 12 75 0 2 443 136 104
Binary 11100010 1100001 11111010 1010 111101 0 10 100100011 1011110 1000100

Color Harmonies of #E261FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E261FA

Black with #E261FA

Text Example


Text Example

White with #E261FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E261FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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