Html Css Color HEX #E680EF Violet

📋 copy color: '#E680EF'

red 230 ◦ green 128 ◦ blue 239

#E680EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #E680EF

Tints of Violet #E680EF

RGB

 RED value IS 230 (90.23% from 255) = 38.53%

 GREEN value IS 128 (50.39% from 255) = 21.44%

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 38.53%
G = 21.44%
B = 40.03%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E680EF (or 0xE680EF) is known color: Violet. HEX triplet: E6, 80 and EF. RGB value is (230,128,239). Sum of RGB (Red+Green+Blue) = 230+128+239=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #E680EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E680EF is #197F10. Grayscale: #AAAAAA. Windows color (decimal): -1670929 or 15696102. OLE color: 15696102.

HSL color Cylindrical-coordinate representation of color #E680EF: hue angle of 295.14º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E680EF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 128 239 -
CMYK 0.04 0.46 0 0.06
HSL 295.14º 0.78% 0.72% -
HSV(B) 295.14º 0.46% 0.94% -
XYZ 55.93 38.49 86.14 -
YUV 171.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 230 128 239 0.04 0.46 0 0.06 295.14 0.78 0.72
Hex E6 80 EF 4 2E 0 6 127 4E 48
Octal 346 200 357 4 56 0 6 447 116 110
Binary 11100110 10000000 11101111 100 101110 0 110 100100111 1001110 1001000

Color Harmonies of #E680EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E680EF

Black with #E680EF

Text Example


Text Example

White with #E680EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E680EF; }

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

 H1.HeaderClassName
 {
   color: #E680EF;
 }
 .AnyTagClassName
 {
   color: #E680EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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