Html Css Color HEX #E693FF Violet

📋 copy color: '#E693FF'

red 230 ◦ green 147 ◦ blue 255

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

Shades of Violet #E693FF

Tints of Violet #E693FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.26%

 BLUE value IS 255 (100% from 255) = 40.35%

R = 36.39%
G = 23.26%
B = 40.35%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E693FF (or 0xE693FF) is known color: Violet. HEX triplet: E6, 93 and FF. RGB value is (230,147,255). Sum of RGB (Red+Green+Blue) = 230+147+255=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 147 (57.81% from 255 or 23.26% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #E693FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E693FF is #196C00. Grayscale: #B7B7B7. Windows color (decimal): -1666049 or 16749542. OLE color: 16749542.

HSL color Cylindrical-coordinate representation of color #E693FF: hue angle of 286.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E693FF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 147 255 -
CMYK 0.10 0.42 0 0
HSL 286.11º 1% 0.79% -
HSV(B) 286.11º 0.42% 1% -
XYZ 61.12 44.91 100.06 -
YUV 184.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 230 147 255 0.10 0.42 0 0 286.11 1 0.79
Hex E6 93 FF A 2A 0 0 11E 64 4F
Octal 346 223 377 12 52 0 0 436 144 117
Binary 11100110 10010011 11111111 1010 101010 0 0 100011110 1100100 1001111

Color Harmonies of #E693FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693FF

Black with #E693FF

Text Example


Text Example

White with #E693FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693FF; }

 p { color: rgb(230,147,255); }

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

background-color css

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

 a { background-color: rgb(230,147,255); }

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

border-color css

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

 span { border-color: rgb(230,147,255); }

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