#E268FD

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

Shades of Heliotrope #E268FD

Tints of Heliotrope #E268FD

Color information

#E268FD (or 0xE268FD) is unknown color: approx Heliotrope. HEX triplet: E2, 68 and FD. RGB value is (226,104,253). Sum of RGB (Red+Green+Blue) = 226+104+253=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 104 (41.02% from 255 or 17.84% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #E268FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268FD is #1D9702. Grayscale: #9C9C9C. Windows color (decimal): -1939203 or 16607458. OLE color: 16607458.

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

Color convert

RGB226104253-
CMYK0.110.5900.01
HSL289.13º97.39%70%-
HSV(B)289.13º58.89%99.22%-
XYZ54.0433.1696.48-
YUV157.46181.92176.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.77%
GREEN value IS 104 (41.02% from 255) = 17.84%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=38.77%
G=17.84%
B=43.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261042530.110.5900.01289.1397.3970
HexE268FDB3B011216146
Octal342150375137301441141106
Binary1110001011010001111110110111110110110010000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E268FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E268FD; }

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

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

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

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

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

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

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

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