#E896FC

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

Shades of Violet #E896FC

Tints of Violet #E896FC

Color information

#E896FC (or 0xE896FC) is unknown color: approx Violet. HEX triplet: E8, 96 and FC. RGB value is (232,150,252). Sum of RGB (Red+Green+Blue) = 232+150+252=634 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.59% from 634); Green value is 150 (58.98% from 255 or 23.66% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #E896FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896FC is #176903. Grayscale: #B9B9B9. Windows color (decimal): -1534212 or 16553704. OLE color: 16553704.

HSL color Cylindrical-coordinate representation of color #E896FC: hue angle of 288.24º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E896FC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232150252-
CMYK0.080.4000.01
HSL288.24º94.44%78.82%-
HSV(B)288.24º40.48%98.82%-
XYZ61.764697.72-
YUV186.15165.17160.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.59%
GREEN value IS 150 (58.98% from 255) = 23.66%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=36.59%
G=23.66%
B=39.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321502520.080.4000.01288.2494.4478.82
HexE896FC828011205e4f
Octal350226374105001440136117
Binary11101000100101101111110010001010000110010000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E896FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E896FC; }

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

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

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

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

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

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

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

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