#E68DDF

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

Shades of Violet #E68DDF

Tints of Violet #E68DDF

Color information

#E68DDF (or 0xE68DDF) is unknown color: approx Violet. HEX triplet: E6, 8D and DF. RGB value is (230,141,223). Sum of RGB (Red+Green+Blue) = 230+141+223=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DDF is #197220. Grayscale: #B0B0B0. Windows color (decimal): -1667617 or 14650854. OLE color: 14650854.

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

Color convert

RGB230141223-
CMYK00.390.030.10
HSL304.72º64.03%72.75%-
HSV(B)304.72º38.7%90.2%-
XYZ55.4841.274.84-
YUV176.96153.99165.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.72%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=38.72%
G=23.74%
B=37.54%

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
Decimal23014122300.390.030.10304.7264.0372.75
HexE68DDF0273A1314049
Octal346215337047312461100111
Binary111001101000110111011111010011111101010011000110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DDF; }

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

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

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

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

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

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

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

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