Html Css Color HEX #E68DFA Violet

📋 copy color: '#E68DFA'

red 230 ◦ green 141 ◦ blue 250

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

Shades of Violet #E68DFA

Tints of Violet #E68DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.71%

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

R = 37.04%
G = 22.71%
B = 40.26%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E68DFA (or 0xE68DFA) is known color: Violet. HEX triplet: E6, 8D and FA. RGB value is (230,141,250). Sum of RGB (Red+Green+Blue) = 230+141+250=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 141 (55.47% from 255 or 22.71% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #E68DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DFA is #197205. Grayscale: #B3B3B3. Windows color (decimal): -1667590 or 16420326. OLE color: 16420326.

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

Color convert

RGB 230 141 250 -
CMYK 0.08 0.44 0 0.02
HSL 288.99º 0.92% 0.77% -
HSV(B) 288.99º 0.44% 0.98% -
XYZ 59.41 42.77 95.57 -
YUV 180.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 230 141 250 0.08 0.44 0 0.02 288.99 0.92 0.77
Hex E6 8D FA 8 2C 0 2 121 5C 4D
Octal 346 215 372 10 54 0 2 441 134 115
Binary 11100110 10001101 11111010 1000 101100 0 10 100100001 1011100 1001101

Color Harmonies of #E68DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68DFA

Black with #E68DFA

Text Example


Text Example

White with #E68DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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