#E68DE2

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

Shades of Violet #E68DE2

Tints of Violet #E68DE2

Color information

#E68DE2 (or 0xE68DE2) is unknown color: approx Violet. HEX triplet: E6, 8D and E2. RGB value is (230,141,226). Sum of RGB (Red+Green+Blue) = 230+141+226=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DE2 is #19721D. Grayscale: #B1B1B1. Windows color (decimal): -1667614 or 14847462. OLE color: 14847462.

HSL color Cylindrical-coordinate representation of color #E68DE2: hue angle of 302.7º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68DE2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB230141226-
CMYK00.390.020.10
HSL302.7º64.03%72.75%-
HSV(B)302.7º38.7%90.2%-
XYZ55.8941.3676.99-
YUV177.3155.49165.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.53%
GREEN value IS 141 (55.47% from 255) = 23.62%
BLUE value IS 226 (88.67% from 255) = 37.86%
R=38.53%
G=23.62%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014122600.390.020.10302.764.0372.75
HexE68DE20272A12f4049
Octal346215342047212457100111
Binary111001101000110111100010010011110101010010111110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DE2; }

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

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

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

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

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

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

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

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