Html Css Color HEX #E68EFD Violet

📋 copy color: '#E68EFD'

red 230 ◦ green 142 ◦ blue 253

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

Shades of Violet #E68EFD

Tints of Violet #E68EFD

RGB

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

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

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

R = 36.8%
G = 22.72%
B = 40.48%

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

#E68EFD (or 0xE68EFD) is known color: Violet. HEX triplet: E6, 8E and FD. RGB value is (230,142,253). Sum of RGB (Red+Green+Blue) = 230+142+253=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 142 (55.86% from 255 or 22.72% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #E68EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68EFD is #197102. Grayscale: #B4B4B4. Windows color (decimal): -1667331 or 16617190. OLE color: 16617190.

HSL color Cylindrical-coordinate representation of color #E68EFD: hue angle of 287.57º 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 #E68EFD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 142 253 -
CMYK 0.09 0.44 0 0.01
HSL 287.57º 0.97% 0.77% -
HSV(B) 287.57º 0.44% 0.99% -
XYZ 60.04 43.26 98.11 -
YUV 180.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 230 142 253 0.09 0.44 0 0.01 287.57 0.97 0.77
Hex E6 8E FD 9 2C 0 1 120 61 4D
Octal 346 216 375 11 54 0 1 440 141 115
Binary 11100110 10001110 11111101 1001 101100 0 1 100100000 1100001 1001101

Color Harmonies of #E68EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68EFD

Black with #E68EFD

Text Example


Text Example

White with #E68EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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