#E490FE

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

Shades of Heliotrope #E490FE

Tints of Heliotrope #E490FE

Color information

#E490FE (or 0xE490FE) is unknown color: approx Heliotrope. HEX triplet: E4, 90 and FE. RGB value is (228,144,254). Sum of RGB (Red+Green+Blue) = 228+144+254=626 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.42% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #E490FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E490FE is #1B6F01. Grayscale: #B5B5B5. Windows color (decimal): -1797890 or 16683236. OLE color: 16683236.

HSL color Cylindrical-coordinate representation of color #E490FE: hue angle of 285.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E490FE is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228144254-
CMYK0.100.4300.00
HSL285.82º98.21%78.04%-
HSV(B)285.82º43.31%99.61%-
XYZ59.8643.699.03-
YUV181.66168.83161.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.42%
GREEN value IS 144 (56.64% from 255) = 23.00%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=36.42%
G=23.00%
B=40.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281442540.100.4300.00285.8298.2178.04
HexE490FEA2B0011e624e
Octal344220376125300436142116
Binary11100100100100001111111010101010110010001111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E490FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E490FE; }

 p { color: rgb(228,144,254); }

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

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

 a { background-color: rgb(228,144,254); }

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

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

 span { border-color: rgb(228,144,254); }

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