#E25CF5

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

Shades of Heliotrope #E25CF5

Tints of Heliotrope #E25CF5

Color information

#E25CF5 (or 0xE25CF5) is unknown color: approx Heliotrope. HEX triplet: E2, 5C and F5. RGB value is (226,92,245). Sum of RGB (Red+Green+Blue) = 226+92+245=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #E25CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25CF5 is #1DA30A. Grayscale: #959595. Windows color (decimal): -1942283 or 16080098. OLE color: 16080098.

HSL color Cylindrical-coordinate representation of color #E25CF5: hue angle of 292.55º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25CF5 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22692245-
CMYK0.080.6200.04
HSL292.55º88.44%66.08%-
HSV(B)292.55º62.45%96.08%-
XYZ51.6730.4289.53-
YUV149.51181.89182.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.14%
GREEN value IS 92 (36.33% from 255) = 16.34%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=40.14%
G=16.34%
B=43.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal226922450.080.6200.04292.5588.4466.08
HexE25CF583E041255842
Octal342134365107604445130102
Binary111000101011100111101011000111110010010010010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25CF5; }

 p { color: rgb(226,92,245); }

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

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

 a { background-color: rgb(226,92,245); }

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

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

 span { border-color: rgb(226,92,245); }

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