#E68DEA

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

Shades of Violet #E68DEA

Tints of Violet #E68DEA

Color information

#E68DEA (or 0xE68DEA) is unknown color: approx Violet. HEX triplet: E6, 8D and EA. RGB value is (230,141,234). Sum of RGB (Red+Green+Blue) = 230+141+234=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #E68DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DEA is #197215. Grayscale: #B1B1B1. Windows color (decimal): -1667606 or 15371750. OLE color: 15371750.

HSL color Cylindrical-coordinate representation of color #E68DEA: hue angle of 297.42º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68DEA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230141234-
CMYK0.020.4000.08
HSL297.42º68.89%73.53%-
HSV(B)297.42º39.74%91.76%-
XYZ57.0141.8182.91-
YUV178.21159.49164.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 141 (55.47% from 255) = 23.31%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=38.02%
G=23.31%
B=38.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301412340.020.4000.08297.4268.8973.53
HexE68DEA22808129454a
Octal346215352250010451105112
Binary111001101000110111101010101010000100010010100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DEA; }

 p { color: rgb(230,141,234); }

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

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

 a { background-color: rgb(230,141,234); }

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

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

 span { border-color: rgb(230,141,234); }

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