#E268F4

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

Shades of Heliotrope #E268F4

Tints of Heliotrope #E268F4

Color information

#E268F4 (or 0xE268F4) is unknown color: approx Heliotrope. HEX triplet: E2, 68 and F4. RGB value is (226,104,244). Sum of RGB (Red+Green+Blue) = 226+104+244=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #E268F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268F4 is #1D970B. Grayscale: #9C9C9C. Windows color (decimal): -1939212 or 16017634. OLE color: 16017634.

HSL color Cylindrical-coordinate representation of color #E268F4: hue angle of 292.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E268F4 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226104244-
CMYK0.070.5700.04
HSL292.29º86.42%68.24%-
HSV(B)292.29º57.38%95.69%-
XYZ52.6432.689.11-
YUV156.44177.42177.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 104 (41.02% from 255) = 18.12%
BLUE value IS 244 (95.70% from 255) = 42.51%
R=39.37%
G=18.12%
B=42.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261042440.070.5700.04292.2986.4268.24
HexE268F4739041245644
Octal34215036477104444126104
Binary11100010110100011110100111111001010010010010010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E268F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E268F4; }

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

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

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

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

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

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

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

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