#E174FA

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

Shades of Heliotrope #E174FA

Tints of Heliotrope #E174FA

Color information

#E174FA (or 0xE174FA) is unknown color: approx Heliotrope. HEX triplet: E1, 74 and FA. RGB value is (225,116,250). Sum of RGB (Red+Green+Blue) = 225+116+250=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #E174FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E174FA is #1E8B05. Grayscale: #A3A3A3. Windows color (decimal): -2001670 or 16413921. OLE color: 16413921.

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

Color convert

RGB225116250-
CMYK0.100.5400.02
HSL288.81º93.06%71.76%-
HSV(B)288.81º53.6%98.04%-
XYZ54.5535.494.4-
YUV163.87176.61171.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 116 (45.70% from 255) = 19.63%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=38.07%
G=19.63%
B=42.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251162500.100.5400.02288.8193.0671.76
HexE174FAA36021215d48
Octal341164372126602441135110
Binary11100001111010011111010101011011001010010000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E174FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E174FA; }

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

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

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

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

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

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

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

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