#E25EF7

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

Shades of Heliotrope #E25EF7

Tints of Heliotrope #E25EF7

Color information

#E25EF7 (or 0xE25EF7) is unknown color: approx Heliotrope. HEX triplet: E2, 5E and F7. RGB value is (226,94,247). Sum of RGB (Red+Green+Blue) = 226+94+247=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 94 (37.11% from 255 or 16.58% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #E25EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25EF7 is #1DA108. Grayscale: #969696. Windows color (decimal): -1941769 or 16211682. OLE color: 16211682.

HSL color Cylindrical-coordinate representation of color #E25EF7: hue angle of 291.76º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25EF7 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22694247-
CMYK0.090.6200.03
HSL291.76º90.53%66.86%-
HSV(B)291.76º61.94%96.86%-
XYZ52.1630.8991.21-
YUV150.91182.23181.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.86%
GREEN value IS 94 (37.11% from 255) = 16.58%
BLUE value IS 247 (96.88% from 255) = 43.56%
R=39.86%
G=16.58%
B=43.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal226942470.090.6200.03291.7690.5366.86
HexE25EF793E031245b43
Octal342136367117603444133103
Binary11100010101111011110111100111111001110010010010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25EF7; }

 p { color: rgb(226,94,247); }

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

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

 a { background-color: rgb(226,94,247); }

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

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

 span { border-color: rgb(226,94,247); }

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