#E169FA

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

Shades of Heliotrope #E169FA

Tints of Heliotrope #E169FA

Color information

#E169FA (or 0xE169FA) is unknown color: approx Heliotrope. HEX triplet: E1, 69 and FA. RGB value is (225,105,250). Sum of RGB (Red+Green+Blue) = 225+105+250=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #E169FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E169FA is #1E9605. Grayscale: #9C9C9C. Windows color (decimal): -2004486 or 16411105. OLE color: 16411105.

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

Color convert

RGB225105250-
CMYK0.100.5800.02
HSL289.66º93.55%69.61%-
HSV(B)289.66º58%98.04%-
XYZ53.3633.0194-
YUV157.41180.26176.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 105 (41.41% from 255) = 18.10%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=38.79%
G=18.10%
B=43.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251052500.100.5800.02289.6693.5569.61
HexE169FAA3A021225e46
Octal341151372127202442136106
Binary11100001110100111111010101011101001010010001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169FA; }

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

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

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

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

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

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

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

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