#E68CFB

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

Shades of Violet #E68CFB

Tints of Violet #E68CFB

Color information

#E68CFB (or 0xE68CFB) is unknown color: approx Violet. HEX triplet: E6, 8C and FB. RGB value is (230,140,251). Sum of RGB (Red+Green+Blue) = 230+140+251=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 140 (55.08% from 255 or 22.54% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #E68CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CFB is #197304. Grayscale: #B3B3B3. Windows color (decimal): -1667845 or 16485606. OLE color: 16485606.

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

Color convert

RGB230140251-
CMYK0.080.4400.02
HSL288.65º93.28%76.67%-
HSV(B)288.65º44.22%98.43%-
XYZ59.4242.5496.35-
YUV179.56168.32163.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.04%
GREEN value IS 140 (55.08% from 255) = 22.54%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=37.04%
G=22.54%
B=40.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301402510.080.4400.02288.6593.2876.67
HexE68CFB82C021215d4d
Octal346214373105402441135115
Binary111001101000110011111011100010110001010010000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CFB; }

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

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

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

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

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

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

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

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