#E680DD

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

Shades of Violet #E680DD

Tints of Violet #E680DD

Color information

#E680DD (or 0xE680DD) is unknown color: approx Violet. HEX triplet: E6, 80 and DD. RGB value is (230,128,221). Sum of RGB (Red+Green+Blue) = 230+128+221=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E680DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680DD is #197F22. Grayscale: #A8A8A8. Windows color (decimal): -1670947 or 14516454. OLE color: 14516454.

HSL color Cylindrical-coordinate representation of color #E680DD: hue angle of 305.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E680DD is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230128221-
CMYK00.440.040.10
HSL305.29º67.11%70.2%-
HSV(B)305.29º44.35%90.2%-
XYZ53.437.4872.83-
YUV169.1157.29171.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=39.72%
G=22.11%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012822100.440.040.10305.2967.1170.2
HexE680DD02C4A1314346
Octal346200335054412461103106
Binary1110011010000000110111010101100100101010011000110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E680DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E680DD; }

 p { color: rgb(230,128,221); }

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

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

 a { background-color: rgb(230,128,221); }

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

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

 span { border-color: rgb(230,128,221); }

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