#E161FC

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

Shades of Heliotrope #E161FC

Tints of Heliotrope #E161FC

Color information

#E161FC (or 0xE161FC) is unknown color: approx Heliotrope. HEX triplet: E1, 61 and FC. RGB value is (225,97,252). Sum of RGB (Red+Green+Blue) = 225+97+252=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 97 (38.28% from 255 or 16.90% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #E161FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E161FC is #1E9E03. Grayscale: #989898. Windows color (decimal): -2006532 or 16540129. OLE color: 16540129.

HSL color Cylindrical-coordinate representation of color #E161FC: hue angle of 289.55º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E161FC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22597252-
CMYK0.110.6200.01
HSL289.55º96.27%68.43%-
HSV(B)289.55º61.51%98.82%-
XYZ52.931.5995.4-
YUV152.94183.91179.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 97 (38.28% from 255) = 16.90%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=39.20%
G=16.90%
B=43.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225972520.110.6200.01289.5596.2768.43
HexE161FCB3E011226044
Octal341141374137601442140104
Binary1110000111000011111110010111111100110010001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161FC; }

 p { color: rgb(225,97,252); }

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

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

 a { background-color: rgb(225,97,252); }

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

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

 span { border-color: rgb(225,97,252); }

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