#E693F1

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

Shades of Violet #E693F1

Tints of Violet #E693F1

Color information

#E693F1 (or 0xE693F1) is unknown color: approx Violet. HEX triplet: E6, 93 and F1. RGB value is (230,147,241). Sum of RGB (Red+Green+Blue) = 230+147+241=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #E693F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E693F1 is #196C0E. Grayscale: #B6B6B6. Windows color (decimal): -1666063 or 15832038. OLE color: 15832038.

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

Color convert

RGB230147241-
CMYK0.050.3900.05
HSL292.98º77.05%76.08%-
HSV(B)292.98º39%94.51%-
XYZ58.9444.0488.61-
YUV182.53161161.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.22%
GREEN value IS 147 (57.81% from 255) = 23.79%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=37.22%
G=23.79%
B=39.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301472410.050.3900.05292.9877.0576.08
HexE693F1527051254d4c
Octal34622336154705445115114
Binary111001101001001111110001101100111010110010010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E693F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E693F1; }

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

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

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

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

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

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

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

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