Html Css Color HEX #E693FA Violet

📋 copy color: '#E693FA'

red 230 ◦ green 147 ◦ blue 250

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

Shades of Violet #E693FA

Tints of Violet #E693FA

RGB

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

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

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

R = 36.68%
G = 23.44%
B = 39.87%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E693FA (or 0xE693FA) is known color: Violet. HEX triplet: E6, 93 and FA. RGB value is (230,147,250). Sum of RGB (Red+Green+Blue) = 230+147+250=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #E693FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E693FA is #196C05. Grayscale: #B7B7B7. Windows color (decimal): -1666054 or 16421862. OLE color: 16421862.

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

Color convert

RGB 230 147 250 -
CMYK 0.08 0.41 0 0.02
HSL 288.35º 0.91% 0.78% -
HSV(B) 288.35º 0.41% 0.98% -
XYZ 60.32 44.59 95.87 -
YUV 183.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 230 147 250 0.08 0.41 0 0.02 288.35 0.91 0.78
Hex E6 93 FA 8 29 0 2 120 5B 4E
Octal 346 223 372 10 51 0 2 440 133 116
Binary 11100110 10010011 11111010 1000 101001 0 10 100100000 1011011 1001110

Color Harmonies of #E693FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693FA

Black with #E693FA

Text Example


Text Example

White with #E693FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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