#E680EE

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

Shades of Violet #E680EE

Tints of Violet #E680EE

Color information

#E680EE (or 0xE680EE) is unknown color: approx Violet. HEX triplet: E6, 80 and EE. RGB value is (230,128,238). Sum of RGB (Red+Green+Blue) = 230+128+238=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #E680EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E680EE is #197F11. Grayscale: #AAAAAA. Windows color (decimal): -1670930 or 15630566. OLE color: 15630566.

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

Color convert

RGB230128238-
CMYK0.030.4600.07
HSL295.64º76.39%71.76%-
HSV(B)295.64º46.22%93.33%-
XYZ55.7838.4385.37-
YUV171.04165.79170.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.59%
GREEN value IS 128 (50.39% from 255) = 21.48%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=38.59%
G=21.48%
B=39.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301282380.030.4600.07295.6476.3971.76
HexE680EE32E071284c48
Octal34620035635607450114110
Binary11100110100000001110111011101110011110010100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E680EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E680EE; }

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

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

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

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

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

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

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

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