#E693FE

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

Shades of Violet #E693FE

Tints of Violet #E693FE

Color information

#E693FE (or 0xE693FE) is unknown color: approx Violet. HEX triplet: E6, 93 and FE. RGB value is (230,147,254). Sum of RGB (Red+Green+Blue) = 230+147+254=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #E693FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E693FE is #196C01. Grayscale: #B7B7B7. Windows color (decimal): -1666050 or 16684006. OLE color: 16684006.

HSL color Cylindrical-coordinate representation of color #E693FE: hue angle of 286.54º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E693FE is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230147254-
CMYK0.090.4200.00
HSL286.54º98.17%78.63%-
HSV(B)286.54º42.13%99.61%-
XYZ60.9644.8599.21-
YUV184.02167.5160.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.45%
GREEN value IS 147 (57.81% from 255) = 23.30%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=36.45%
G=23.30%
B=40.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301472540.090.4200.00286.5498.1778.63
HexE693FE92A0011f624f
Octal346223376115200437142117
Binary11100110100100111111111010011010100010001111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E693FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E693FE; }

 p { color: rgb(230,147,254); }

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

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

 a { background-color: rgb(230,147,254); }

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

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

 span { border-color: rgb(230,147,254); }

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