Html Css Color HEX #E682EF Violet

📋 copy color: '#E682EF'

red 230 ◦ green 130 ◦ blue 239

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

Shades of Violet #E682EF

Tints of Violet #E682EF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.7%

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

R = 38.4%
G = 21.7%
B = 39.9%

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

#E682EF (or 0xE682EF) is known color: Violet. HEX triplet: E6, 82 and EF. RGB value is (230,130,239). Sum of RGB (Red+Green+Blue) = 230+130+239=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #E682EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682EF is #197D10. Grayscale: #ABABAB. Windows color (decimal): -1670417 or 15696614. OLE color: 15696614.

HSL color Cylindrical-coordinate representation of color #E682EF: hue angle of 295.05º degrees, saturation: 0.77, 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 #E682EF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 130 239 -
CMYK 0.04 0.46 0 0.06
HSL 295.05º 0.77% 0.72% -
HSV(B) 295.05º 0.46% 0.94% -
XYZ 56.2 39.02 86.23 -
YUV 172.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 230 130 239 0.04 0.46 0 0.06 295.05 0.77 0.72
Hex E6 82 EF 4 2E 0 6 127 4D 48
Octal 346 202 357 4 56 0 6 447 115 110
Binary 11100110 10000010 11101111 100 101110 0 110 100100111 1001101 1001000

Color Harmonies of #E682EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682EF

Black with #E682EF

Text Example


Text Example

White with #E682EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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