#E692FA

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

Shades of Violet #E692FA

Tints of Violet #E692FA

Color information

#E692FA (or 0xE692FA) is unknown color: approx Violet. HEX triplet: E6, 92 and FA. RGB value is (230,146,250). Sum of RGB (Red+Green+Blue) = 230+146+250=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 146 (57.42% from 255 or 23.32% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #E692FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E692FA is #196D05. Grayscale: #B6B6B6. Windows color (decimal): -1666310 or 16421606. OLE color: 16421606.

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

Color convert

RGB230146250-
CMYK0.080.4200.02
HSL288.46º91.23%77.65%-
HSV(B)288.46º41.6%98.04%-
XYZ60.1744.2895.82-
YUV182.97165.83161.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.74%
GREEN value IS 146 (57.42% from 255) = 23.32%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=36.74%
G=23.32%
B=39.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301462500.080.4200.02288.4691.2377.65
HexE692FA82A021205b4e
Octal346222372105202440133116
Binary111001101001001011111010100010101001010010000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E692FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E692FA; }

 p { color: rgb(230,146,250); }

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

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

 a { background-color: rgb(230,146,250); }

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

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

 span { border-color: rgb(230,146,250); }

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