Html Css Color HEX #E682F4 Violet

📋 copy color: '#E682F4'

red 230 ◦ green 130 ◦ blue 244

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

Shades of Violet #E682F4

Tints of Violet #E682F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.4%

R = 38.08%
G = 21.52%
B = 40.4%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E682F4 (or 0xE682F4) is known color: Violet. HEX triplet: E6, 82 and F4. RGB value is (230,130,244). Sum of RGB (Red+Green+Blue) = 230+130+244=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #E682F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682F4 is #197D0B. Grayscale: #ACACAC. Windows color (decimal): -1670412 or 16024294. OLE color: 16024294.

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

Color convert

RGB 230 130 244 -
CMYK 0.06 0.47 0 0.04
HSL 292.63º 0.84% 0.73% -
HSV(B) 292.63º 0.47% 0.96% -
XYZ 56.94 39.32 90.18 -
YUV 172.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 230 130 244 0.06 0.47 0 0.04 292.63 0.84 0.73
Hex E6 82 F4 6 2F 0 4 125 54 49
Octal 346 202 364 6 57 0 4 445 124 111
Binary 11100110 10000010 11110100 110 101111 0 100 100100101 1010100 1001001

Color Harmonies of #E682F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682F4

Black with #E682F4

Text Example


Text Example

White with #E682F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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