Html Css Color HEX #E686F0 Violet

📋 copy color: '#E686F0'

red 230 ◦ green 134 ◦ blue 240

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

Shades of Violet #E686F0

Tints of Violet #E686F0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.19%

 BLUE value IS 240 (94.14% from 255) = 39.74%

R = 38.08%
G = 22.19%
B = 39.74%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E686F0 (or 0xE686F0) is known color: Violet. HEX triplet: E6, 86 and F0. RGB value is (230,134,240). Sum of RGB (Red+Green+Blue) = 230+134+240=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #E686F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E686F0 is #19790F. Grayscale: #AEAEAE. Windows color (decimal): -1669392 or 15763174. OLE color: 15763174.

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

Color convert

RGB 230 134 240 -
CMYK 0.04 0.44 0 0.06
HSL 294.34º 0.78% 0.73% -
HSV(B) 294.34º 0.44% 0.94% -
XYZ 56.89 40.16 87.19 -
YUV 174.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 230 134 240 0.04 0.44 0 0.06 294.34 0.78 0.73
Hex E6 86 F0 4 2C 0 6 126 4E 49
Octal 346 206 360 4 54 0 6 446 116 111
Binary 11100110 10000110 11110000 100 101100 0 110 100100110 1001110 1001001

Color Harmonies of #E686F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686F0

Black with #E686F0

Text Example


Text Example

White with #E686F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686F0; }

 p { color: rgb(230,134,240); }

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

background-color css

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

 a { background-color: rgb(230,134,240); }

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

border-color css

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

 span { border-color: rgb(230,134,240); }

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