#E894F0

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

Shades of Violet #E894F0

Tints of Violet #E894F0

Color information

#E894F0 (or 0xE894F0) is unknown color: approx Violet. HEX triplet: E8, 94 and F0. RGB value is (232,148,240). Sum of RGB (Red+Green+Blue) = 232+148+240=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #E894F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E894F0 is #176B0F. Grayscale: #B7B7B7. Windows color (decimal): -1534736 or 15766760. OLE color: 15766760.

HSL color Cylindrical-coordinate representation of color #E894F0: hue angle of 294.78º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E894F0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232148240-
CMYK0.030.3800.06
HSL294.78º75.41%76.08%-
HSV(B)294.78º38.33%94.12%-
XYZ59.644.6387.91-
YUV183.6159.83162.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.42%
GREEN value IS 148 (58.20% from 255) = 23.87%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=37.42%
G=23.87%
B=38.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321482400.030.3800.06294.7875.4176.08
HexE894F0326061274b4c
Octal35022436034606447113114
Binary11101000100101001111000011100110011010010011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E894F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E894F0; }

 p { color: rgb(232,148,240); }

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

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

 a { background-color: rgb(232,148,240); }

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

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

 span { border-color: rgb(232,148,240); }

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