Html Css Color HEX #E68EFA Violet

📋 copy color: '#E68EFA'

red 230 ◦ green 142 ◦ blue 250

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

Shades of Violet #E68EFA

Tints of Violet #E68EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.83%

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

R = 36.98%
G = 22.83%
B = 40.19%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E68EFA (or 0xE68EFA) is known color: Violet. HEX triplet: E6, 8E and FA. RGB value is (230,142,250). Sum of RGB (Red+Green+Blue) = 230+142+250=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 142 (55.86% from 255 or 22.83% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #E68EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68EFA is #197105. Grayscale: #B4B4B4. Windows color (decimal): -1667334 or 16420582. OLE color: 16420582.

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

Color convert

RGB 230 142 250 -
CMYK 0.08 0.43 0 0.02
HSL 288.89º 0.92% 0.77% -
HSV(B) 288.89º 0.43% 0.98% -
XYZ 59.56 43.07 95.62 -
YUV 180.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 230 142 250 0.08 0.43 0 0.02 288.89 0.92 0.77
Hex E6 8E FA 8 2B 0 2 121 5C 4D
Octal 346 216 372 10 53 0 2 441 134 115
Binary 11100110 10001110 11111010 1000 101011 0 10 100100001 1011100 1001101

Color Harmonies of #E68EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68EFA

Black with #E68EFA

Text Example


Text Example

White with #E68EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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