#E68EFD

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

Shades of Violet #E68EFD

Tints of Violet #E68EFD

Color information

#E68EFD (or 0xE68EFD) is unknown color: approx Violet. HEX triplet: E6, 8E and FD. RGB value is (230,142,253). Sum of RGB (Red+Green+Blue) = 230+142+253=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 142 (55.86% from 255 or 22.72% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #E68EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68EFD is #197102. Grayscale: #B4B4B4. Windows color (decimal): -1667331 or 16617190. OLE color: 16617190.

HSL color Cylindrical-coordinate representation of color #E68EFD: hue angle of 287.57º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68EFD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230142253-
CMYK0.090.4400.01
HSL287.57º96.52%77.45%-
HSV(B)287.57º43.87%99.22%-
XYZ60.0443.2698.11-
YUV180.97168.65162.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 142 (55.86% from 255) = 22.72%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=36.8%
G=22.72%
B=40.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301422530.090.4400.01287.5796.5277.45
HexE68EFD92C01120614d
Octal346216375115401440141115
Binary11100110100011101111110110011011000110010000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68EFD; }

 p { color: rgb(230,142,253); }

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

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

 a { background-color: rgb(230,142,253); }

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

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

 span { border-color: rgb(230,142,253); }

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