#E291FC

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

Shades of Heliotrope #E291FC

Tints of Heliotrope #E291FC

Color information

#E291FC (or 0xE291FC) is unknown color: approx Heliotrope. HEX triplet: E2, 91 and FC. RGB value is (226,145,252). Sum of RGB (Red+Green+Blue) = 226+145+252=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 145 (57.03% from 255 or 23.27% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #E291FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E291FC is #1D6E03. Grayscale: #B5B5B5. Windows color (decimal): -1928708 or 16552418. OLE color: 16552418.

HSL color Cylindrical-coordinate representation of color #E291FC: hue angle of 285.42º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E291FC is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226145252-
CMYK0.100.4200.01
HSL285.42º94.69%77.84%-
HSV(B)285.42º42.46%98.82%-
XYZ59.0643.4597.37-
YUV181.42167.84159.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.28%
GREEN value IS 145 (57.03% from 255) = 23.27%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=36.28%
G=23.27%
B=40.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261452520.100.4200.01285.4294.6977.84
HexE291FCA2A0111d5f4e
Octal342221374125201435137116
Binary11100010100100011111110010101010100110001110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291FC; }

 p { color: rgb(226,145,252); }

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

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

 a { background-color: rgb(226,145,252); }

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

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

 span { border-color: rgb(226,145,252); }

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