#E17EFA

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

Shades of Heliotrope #E17EFA

Tints of Heliotrope #E17EFA

Color information

#E17EFA (or 0xE17EFA) is unknown color: approx Heliotrope. HEX triplet: E1, 7E and FA. RGB value is (225,126,250). Sum of RGB (Red+Green+Blue) = 225+126+250=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 126 (49.61% from 255 or 20.97% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #E17EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17EFA is #1E8105. Grayscale: #A9A9A9. Windows color (decimal): -1999110 or 16416481. OLE color: 16416481.

HSL color Cylindrical-coordinate representation of color #E17EFA: hue angle of 287.9º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17EFA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225126250-
CMYK0.100.5000.02
HSL287.9º92.54%73.73%-
HSV(B)287.9º49.6%98.04%-
XYZ55.7737.8394.81-
YUV169.74173.3167.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 126 (49.61% from 255) = 20.97%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=37.44%
G=20.97%
B=41.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251262500.100.5000.02287.992.5473.73
HexE17EFAA32021205d4a
Octal341176372126202440135112
Binary11100001111111011111010101011001001010010000010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17EFA; }

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

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

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

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

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

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

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

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