Html Css Color HEX #E266FD Heliotrope

📋 copy color: '#E266FD'

red 226 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #E266FD

Tints of Heliotrope #E266FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 38.9%
G = 17.56%
B = 43.55%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E266FD (or 0xE266FD) is known color: Heliotrope. HEX triplet: E2, 66 and FD. RGB value is (226,102,253). Sum of RGB (Red+Green+Blue) = 226+102+253=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 102 (40.23% from 255 or 17.56% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #E266FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E266FD is #1D9902. Grayscale: #9B9B9B. Windows color (decimal): -1939715 or 16606946. OLE color: 16606946.

HSL color Cylindrical-coordinate representation of color #E266FD: hue angle of 289.27º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E266FD is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 102 253 -
CMYK 0.11 0.60 0 0.01
HSL 289.27º 0.97% 0.7% -
HSV(B) 289.27º 0.6% 0.99% -
XYZ 53.85 32.76 96.41 -
YUV 156.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 226 102 253 0.11 0.60 0 0.01 289.27 0.97 0.7
Hex E2 66 FD B 3C 0 1 121 61 46
Octal 342 146 375 13 74 0 1 441 141 106
Binary 11100010 1100110 11111101 1011 111100 0 1 100100001 1100001 1000110

Color Harmonies of #E266FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E266FD

Black with #E266FD

Text Example


Text Example

White with #E266FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E266FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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