Html Css Color HEX #E266FA Heliotrope

📋 copy color: '#E266FA'

red 226 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #E266FA

Tints of Heliotrope #E266FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.65%

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

R = 39.1%
G = 17.65%
B = 43.25%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E266FA (or 0xE266FA) is known color: Heliotrope. HEX triplet: E2, 66 and FA. RGB value is (226,102,250). Sum of RGB (Red+Green+Blue) = 226+102+250=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #E266FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E266FA is #1D9905. Grayscale: #9B9B9B. Windows color (decimal): -1939718 or 16410338. OLE color: 16410338.

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

Color convert

RGB 226 102 250 -
CMYK 0.10 0.59 0 0.02
HSL 290.27º 0.94% 0.69% -
HSV(B) 290.27º 0.59% 0.98% -
XYZ 53.37 32.57 93.92 -
YUV 155.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 226 102 250 0.10 0.59 0 0.02 290.27 0.94 0.69
Hex E2 66 FA A 3B 0 2 122 5E 45
Octal 342 146 372 12 73 0 2 442 136 105
Binary 11100010 1100110 11111010 1010 111011 0 10 100100010 1011110 1000101

Color Harmonies of #E266FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E266FA

Black with #E266FA

Text Example


Text Example

White with #E266FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E266FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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