#E15BFA

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

Shades of Heliotrope #E15BFA

Tints of Heliotrope #E15BFA

Color information

#E15BFA (or 0xE15BFA) is unknown color: approx Heliotrope. HEX triplet: E1, 5B and FA. RGB value is (225,91,250). Sum of RGB (Red+Green+Blue) = 225+91+250=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 91 (35.94% from 255 or 16.08% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #E15BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15BFA is #1EA405. Grayscale: #949494. Windows color (decimal): -2008070 or 16407521. OLE color: 16407521.

HSL color Cylindrical-coordinate representation of color #E15BFA: hue angle of 290.57º 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 #E15BFA is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22591250-
CMYK0.100.6400.02
HSL290.57º94.08%66.86%-
HSV(B)290.57º63.6%98.04%-
XYZ52.0530.3993.57-
YUV149.19184.89182.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 91 (35.94% from 255) = 16.08%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=39.75%
G=16.08%
B=44.17%

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
Decimal225912500.100.6400.02290.5794.0866.86
HexE15BFAA40021235e43
Octal3411333721210002443136103
Binary111000011011011111110101010100000001010010001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15BFA; }

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

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

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

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

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

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

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

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