#E26AFD

Color #E26AFD Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E26AFD

Tints of Heliotrope #E26AFD

Color information

#E26AFD (or 0xE26AFD) is unknown color: approx Heliotrope. HEX triplet: E2, 6A and FD. RGB value is (226,106,253). Sum of RGB (Red+Green+Blue) = 226+106+253=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 106 (41.80% from 255 or 18.12% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #E26AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26AFD is #1D9502. Grayscale: #9E9E9E. Windows color (decimal): -1938691 or 16607970. OLE color: 16607970.

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

Color convert

RGB226106253-
CMYK0.110.5800.01
HSL288.98º97.35%70.39%-
HSV(B)288.98º58.1%99.22%-
XYZ54.2533.5796.55-
YUV158.64181.26176.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 106 (41.80% from 255) = 18.12%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=38.63%
G=18.12%
B=43.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261062530.110.5800.01288.9897.3570.39
HexE26AFDB3A011216146
Octal342152375137201441141106
Binary1110001011010101111110110111110100110010000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26AFD; }

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

 H1.HeaderClassName
 {
   color: #E26AFD;
 }
 .AnyTagClassName
 {
   color: #E26AFD;
 }
</style>
background-color css

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

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

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

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

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

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