#E68CED

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

Shades of Violet #E68CED

Tints of Violet #E68CED

Color information

#E68CED (or 0xE68CED) is unknown color: approx Violet. HEX triplet: E6, 8C and ED. RGB value is (230,140,237). Sum of RGB (Red+Green+Blue) = 230+140+237=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #E68CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CED is #197312. Grayscale: #B1B1B1. Windows color (decimal): -1667859 or 15568102. OLE color: 15568102.

HSL color Cylindrical-coordinate representation of color #E68CED: hue angle of 295.67º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68CED is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230140237-
CMYK0.030.4100.07
HSL295.67º72.93%73.92%-
HSV(B)295.67º40.93%92.94%-
XYZ57.341.6985.15-
YUV177.97161.32165.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 140 (55.08% from 255) = 23.06%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=37.89%
G=23.06%
B=39.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301402370.030.4100.07295.6772.9373.92
HexE68CED32907128494a
Octal34621435535107450111112
Binary11100110100011001110110111101001011110010100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CED; }

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

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

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

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

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

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

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

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