#E490FC

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

Shades of Violet #E490FC

Tints of Violet #E490FC

Color information

#E490FC (or 0xE490FC) is unknown color: approx Violet. HEX triplet: E4, 90 and FC. RGB value is (228,144,252). Sum of RGB (Red+Green+Blue) = 228+144+252=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 144 (56.64% from 255 or 23.08% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #E490FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E490FC is #1B6F03. Grayscale: #B5B5B5. Windows color (decimal): -1797892 or 16552164. OLE color: 16552164.

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

Color convert

RGB228144252-
CMYK0.100.4300.01
HSL286.67º94.74%77.65%-
HSV(B)286.67º42.86%98.82%-
XYZ59.5443.4797.35-
YUV181.43167.83161.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.54%
GREEN value IS 144 (56.64% from 255) = 23.08%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=36.54%
G=23.08%
B=40.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281442520.100.4300.01286.6794.7477.65
HexE490FCA2B0111f5f4e
Octal344220374125301437137116
Binary11100100100100001111110010101010110110001111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E490FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E490FC; }

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

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

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

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

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

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

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

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