#E46AF2

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

Shades of Heliotrope #E46AF2

Tints of Heliotrope #E46AF2

Color information

#E46AF2 (or 0xE46AF2) is unknown color: approx Heliotrope. HEX triplet: E4, 6A and F2. RGB value is (228,106,242). Sum of RGB (Red+Green+Blue) = 228+106+242=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #E46AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46AF2 is #1B950D. Grayscale: #9D9D9D. Windows color (decimal): -1807630 or 15887076. OLE color: 15887076.

HSL color Cylindrical-coordinate representation of color #E46AF2: hue angle of 293.82º degrees, saturation: 0.84, 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 #E46AF2 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228106242-
CMYK0.060.5600.05
HSL293.82º83.95%68.24%-
HSV(B)293.82º56.2%94.9%-
XYZ53.1833.2187.61-
YUV157.98175.42177.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.58%
GREEN value IS 106 (41.80% from 255) = 18.40%
BLUE value IS 242 (94.92% from 255) = 42.01%
R=39.58%
G=18.40%
B=42.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281062420.060.5600.05293.8283.9568.24
HexE46AF2638051265444
Octal34415236267005446124104
Binary11100100110101011110010110111000010110010011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46AF2; }

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

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

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

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

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

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

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

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