#E25BF8

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

Shades of Heliotrope #E25BF8

Tints of Heliotrope #E25BF8

Color information

#E25BF8 (or 0xE25BF8) is unknown color: approx Heliotrope. HEX triplet: E2, 5B and F8. RGB value is (226,91,248). Sum of RGB (Red+Green+Blue) = 226+91+248=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #E25BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25BF8 is #1DA407. Grayscale: #949494. Windows color (decimal): -1942536 or 16276450. OLE color: 16276450.

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

Color convert

RGB22691248-
CMYK0.090.6300.03
HSL291.59º91.81%66.47%-
HSV(B)291.59º63.31%97.25%-
XYZ52.0530.4391.94-
YUV149.26183.73182.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 16.11%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=40%
G=16.11%
B=43.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal226912480.090.6300.03291.5991.8166.47
HexE25BF893F031245c42
Octal342133370117703444134102
Binary11100010101101111111000100111111101110010010010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25BF8; }

 p { color: rgb(226,91,248); }

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

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

 a { background-color: rgb(226,91,248); }

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

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

 span { border-color: rgb(226,91,248); }

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