#E494FB

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

Shades of Violet #E494FB

Tints of Violet #E494FB

Color information

#E494FB (or 0xE494FB) is unknown color: approx Violet. HEX triplet: E4, 94 and FB. RGB value is (228,148,251). Sum of RGB (Red+Green+Blue) = 228+148+251=627 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.36% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #E494FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494FB is #1B6B04. Grayscale: #B7B7B7. Windows color (decimal): -1796869 or 16487652. OLE color: 16487652.

HSL color Cylindrical-coordinate representation of color #E494FB: hue angle of 286.6º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E494FB is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228148251-
CMYK0.090.4100.02
HSL286.6º92.79%78.24%-
HSV(B)286.6º41.04%98.43%-
XYZ6044.6496.72-
YUV183.66166159.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.36%
GREEN value IS 148 (58.20% from 255) = 23.60%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=36.36%
G=23.60%
B=40.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281482510.090.4100.02286.692.7978.24
HexE494FB9290211f5d4e
Octal344224373115102437135116
Binary111001001001010011111011100110100101010001111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E494FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E494FB; }

 p { color: rgb(228,148,251); }

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

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

 a { background-color: rgb(228,148,251); }

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

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

 span { border-color: rgb(228,148,251); }

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