#E25BFA

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

Shades of Heliotrope #E25BFA

Tints of Heliotrope #E25BFA

Color information

#E25BFA (or 0xE25BFA) is unknown color: approx Heliotrope. HEX triplet: E2, 5B and FA. RGB value is (226,91,250). Sum of RGB (Red+Green+Blue) = 226+91+250=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 91 (35.94% from 255 or 16.05% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #E25BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25BFA is #1DA405. Grayscale: #949494. Windows color (decimal): -1942534 or 16407522. OLE color: 16407522.

HSL color Cylindrical-coordinate representation of color #E25BFA: hue angle of 290.94º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25BFA is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22691250-
CMYK0.100.6400.02
HSL290.94º94.08%66.86%-
HSV(B)290.94º63.6%98.04%-
XYZ52.3630.5593.58-
YUV149.49184.73182.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.86%
GREEN value IS 91 (35.94% from 255) = 16.05%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=39.86%
G=16.05%
B=44.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal226912500.100.6400.02290.9494.0866.86
HexE25BFAA40021235e43
Octal3421333721210002443136103
Binary111000101011011111110101010100000001010010001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25BFA; }

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

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

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

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

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

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

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

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