#E696FB

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

Shades of Violet #E696FB

Tints of Violet #E696FB

Color information

#E696FB (or 0xE696FB) is unknown color: approx Violet. HEX triplet: E6, 96 and FB. RGB value is (230,150,251). Sum of RGB (Red+Green+Blue) = 230+150+251=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #E696FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696FB is #196904. Grayscale: #B9B9B9. Windows color (decimal): -1665285 or 16488166. OLE color: 16488166.

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

Color convert

RGB230150251-
CMYK0.080.4000.02
HSL287.52º92.66%78.63%-
HSV(B)287.52º40.24%98.43%-
XYZ60.9545.696.86-
YUV185.43165159.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.45%
GREEN value IS 150 (58.98% from 255) = 23.77%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=36.45%
G=23.77%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301502510.080.4000.02287.5292.6678.63
HexE696FB828021205d4f
Octal346226373105002440135117
Binary111001101001011011111011100010100001010010000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E696FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E696FB; }

 p { color: rgb(230,150,251); }

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

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

 a { background-color: rgb(230,150,251); }

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

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

 span { border-color: rgb(230,150,251); }

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