#E681EB

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

Shades of Violet #E681EB

Tints of Violet #E681EB

Color information

#E681EB (or 0xE681EB) is unknown color: approx Violet. HEX triplet: E6, 81 and EB. RGB value is (230,129,235). Sum of RGB (Red+Green+Blue) = 230+129+235=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #E681EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E681EB is #197E14. Grayscale: #AAAAAA. Windows color (decimal): -1670677 or 15434214. OLE color: 15434214.

HSL color Cylindrical-coordinate representation of color #E681EB: hue angle of 297.17º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E681EB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230129235-
CMYK0.020.4500.08
HSL297.17º72.6%71.37%-
HSV(B)297.17º45.11%92.16%-
XYZ55.4838.5283.11-
YUV171.28163.96169.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.72%
GREEN value IS 129 (50.78% from 255) = 21.72%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=38.72%
G=21.72%
B=39.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301292350.020.4500.08297.1772.671.37
HexE681EB22D081294947
Octal346201353255010451111107
Binary111001101000000111101011101011010100010010100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E681EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E681EB; }

 p { color: rgb(230,129,235); }

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

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

 a { background-color: rgb(230,129,235); }

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

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

 span { border-color: rgb(230,129,235); }

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