#E68DDE

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

Shades of Violet #E68DDE

Tints of Violet #E68DDE

Color information

#E68DDE (or 0xE68DDE) is unknown color: approx Violet. HEX triplet: E6, 8D and DE. RGB value is (230,141,222). Sum of RGB (Red+Green+Blue) = 230+141+222=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DDE is #197221. Grayscale: #B0B0B0. Windows color (decimal): -1667618 or 14585318. OLE color: 14585318.

HSL color Cylindrical-coordinate representation of color #E68DDE: hue angle of 305.39º 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 #E68DDE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230141222-
CMYK00.390.030.10
HSL305.39º64.03%72.75%-
HSV(B)305.39º38.7%90.2%-
XYZ55.3441.1574.13-
YUV176.84153.49165.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.79%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=38.79%
G=23.78%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014122200.390.030.10305.3964.0372.75
HexE68DDE0273A1314049
Octal346215336047312461100111
Binary111001101000110111011110010011111101010011000110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DDE; }

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

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

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

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

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

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

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

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