#E682F4

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

Shades of Violet #E682F4

Tints of Violet #E682F4

Color information

#E682F4 (or 0xE682F4) is unknown color: approx 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

RGB230130244-
CMYK0.060.4700.04
HSL292.63º83.82%73.33%-
HSV(B)292.63º46.72%95.69%-
XYZ56.9439.3290.18-
YUV172.9168.13168.73-

RGB Variations

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

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.70% from 255) = 40.40%
R=38.08%
G=21.52%
B=40.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2301302440.060.4700.04292.6383.8273.33
HexE682F462F041255449
Octal34620236465704445124111
Binary111001101000001011110100110101111010010010010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E682F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>