Html Css Color HEX #E68AFA Violet

📋 copy color: '#E68AFA'

red 230 ◦ green 138 ◦ blue 250

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

Shades of Violet #E68AFA

Tints of Violet #E68AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.45%

R = 37.22%
G = 22.33%
B = 40.45%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E68AFA (or 0xE68AFA) is known color: Violet. HEX triplet: E6, 8A and FA. RGB value is (230,138,250). Sum of RGB (Red+Green+Blue) = 230+138+250=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 138 (54.30% from 255 or 22.33% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #E68AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AFA is #197505. Grayscale: #B1B1B1. Windows color (decimal): -1668358 or 16419558. OLE color: 16419558.

HSL color Cylindrical-coordinate representation of color #E68AFA: hue angle of 289.29º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E68AFA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 138 250 -
CMYK 0.08 0.45 0 0.02
HSL 289.29º 0.92% 0.76% -
HSV(B) 289.29º 0.45% 0.98% -
XYZ 58.98 41.9 95.42 -
YUV 178.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 230 138 250 0.08 0.45 0 0.02 289.29 0.92 0.76
Hex E6 8A FA 8 2D 0 2 121 5C 4C
Octal 346 212 372 10 55 0 2 441 134 114
Binary 11100110 10001010 11111010 1000 101101 0 10 100100001 1011100 1001100

Color Harmonies of #E68AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AFA

Black with #E68AFA

Text Example


Text Example

White with #E68AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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