#E896F1

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

Shades of Violet #E896F1

Tints of Violet #E896F1

Color information

#E896F1 (or 0xE896F1) is unknown color: approx Violet. HEX triplet: E8, 96 and F1. RGB value is (232,150,241). Sum of RGB (Red+Green+Blue) = 232+150+241=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #E896F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896F1 is #17690E. Grayscale: #B8B8B8. Windows color (decimal): -1534223 or 15832808. OLE color: 15832808.

HSL color Cylindrical-coordinate representation of color #E896F1: hue angle of 294.07º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E896F1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232150241-
CMYK0.040.3800.05
HSL294.07º76.47%76.67%-
HSV(B)294.07º37.76%94.51%-
XYZ60.0645.3288.8-
YUV184.89159.67161.6-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.24%
GREEN value IS 150 (58.98% from 255) = 24.08%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=37.24%
G=24.08%
B=38.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321502410.040.3800.05294.0776.4776.67
HexE896F1426051264c4d
Octal35022636144605446114115
Binary111010001001011011110001100100110010110010011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E896F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E896F1; }

 p { color: rgb(232,150,241); }

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

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

 a { background-color: rgb(232,150,241); }

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

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

 span { border-color: rgb(232,150,241); }

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