#E490EB

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

Shades of Violet #E490EB

Tints of Violet #E490EB

Color information

#E490EB (or 0xE490EB) is unknown color: approx Violet. HEX triplet: E4, 90 and EB. RGB value is (228,144,235). Sum of RGB (Red+Green+Blue) = 228+144+235=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #E490EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E490EB is #1B6F14. Grayscale: #B3B3B3. Windows color (decimal): -1797909 or 15438052. OLE color: 15438052.

HSL color Cylindrical-coordinate representation of color #E490EB: hue angle of 295.38º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E490EB is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228144235-
CMYK0.030.3900.08
HSL295.38º69.47%74.31%-
HSV(B)295.38º38.72%92.16%-
XYZ56.9642.4483.79-
YUV179.49159.33162.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.56%
GREEN value IS 144 (56.64% from 255) = 23.72%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=37.56%
G=23.72%
B=38.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281442350.030.3900.08295.3869.4774.31
HexE490EB32708127454a
Octal344220353347010447105112
Binary111001001001000011101011111001110100010010011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E490EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E490EB; }

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

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

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

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

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

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

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

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