Html Css Color HEX #E68AF0 Violet

📋 copy color: '#E68AF0'

red 230 ◦ green 138 ◦ blue 240

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

Shades of Violet #E68AF0

Tints of Violet #E68AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.7%

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

R = 37.83%
G = 22.7%
B = 39.47%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E68AF0 (or 0xE68AF0) is known color: Violet. HEX triplet: E6, 8A and F0. RGB value is (230,138,240). Sum of RGB (Red+Green+Blue) = 230+138+240=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #E68AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AF0 is #19750F. Grayscale: #B0B0B0. Windows color (decimal): -1668368 or 15764198. OLE color: 15764198.

HSL color Cylindrical-coordinate representation of color #E68AF0: hue angle of 294.12º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68AF0 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 138 240 -
CMYK 0.04 0.42 0 0.06
HSL 294.12º 0.77% 0.74% -
HSV(B) 294.12º 0.43% 0.94% -
XYZ 57.45 41.29 87.38 -
YUV 177.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 230 138 240 0.04 0.42 0 0.06 294.12 0.77 0.74
Hex E6 8A F0 4 2A 0 6 126 4D 4A
Octal 346 212 360 4 52 0 6 446 115 112
Binary 11100110 10001010 11110000 100 101010 0 110 100100110 1001101 1001010

Color Harmonies of #E68AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AF0

Black with #E68AF0

Text Example


Text Example

White with #E68AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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