Html Css Color HEX #E68DFD Violet

📋 copy color: '#E68DFD'

red 230 ◦ green 141 ◦ blue 253

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

Shades of Violet #E68DFD

Tints of Violet #E68DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.54%

R = 36.86%
G = 22.6%
B = 40.54%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E68DFD (or 0xE68DFD) is known color: Violet. HEX triplet: E6, 8D and FD. RGB value is (230,141,253). Sum of RGB (Red+Green+Blue) = 230+141+253=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 141 (55.47% from 255 or 22.60% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #E68DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DFD is #197202. Grayscale: #B4B4B4. Windows color (decimal): -1667587 or 16616934. OLE color: 16616934.

HSL color Cylindrical-coordinate representation of color #E68DFD: hue angle of 287.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68DFD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 141 253 -
CMYK 0.09 0.44 0 0.01
HSL 287.68º 0.97% 0.77% -
HSV(B) 287.68º 0.44% 0.99% -
XYZ 59.89 42.96 98.07 -
YUV 180.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 230 141 253 0.09 0.44 0 0.01 287.68 0.97 0.77
Hex E6 8D FD 9 2C 0 1 120 61 4D
Octal 346 215 375 11 54 0 1 440 141 115
Binary 11100110 10001101 11111101 1001 101100 0 1 100100000 1100001 1001101

Color Harmonies of #E68DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68DFD

Black with #E68DFD

Text Example


Text Example

White with #E68DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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