#E46AF1

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

Shades of Heliotrope #E46AF1

Tints of Heliotrope #E46AF1

Color information

#E46AF1 (or 0xE46AF1) is unknown color: approx Heliotrope. HEX triplet: E4, 6A and F1. RGB value is (228,106,241). Sum of RGB (Red+Green+Blue) = 228+106+241=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 106 (41.80% from 255 or 18.43% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #E46AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46AF1 is #1B950E. Grayscale: #9D9D9D. Windows color (decimal): -1807631 or 15821540. OLE color: 15821540.

HSL color Cylindrical-coordinate representation of color #E46AF1: hue angle of 294.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E46AF1 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228106241-
CMYK0.050.5600.05
HSL294.22º82.82%68.04%-
HSV(B)294.22º56.02%94.51%-
XYZ53.0333.1586.82-
YUV157.87174.92178.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.65%
GREEN value IS 106 (41.80% from 255) = 18.43%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=39.65%
G=18.43%
B=41.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281062410.050.5600.05294.2282.8268.04
HexE46AF1538051265344
Octal34415236157005446123104
Binary11100100110101011110001101111000010110010011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46AF1; }

 p { color: rgb(228,106,241); }

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

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

 a { background-color: rgb(228,106,241); }

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

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

 span { border-color: rgb(228,106,241); }

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