Html Css Color HEX #E697FA Violet

📋 copy color: '#E697FA'

red 230 ◦ green 151 ◦ blue 250

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

Shades of Violet #E697FA

Tints of Violet #E697FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 23.93%

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

R = 36.45%
G = 23.93%
B = 39.62%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E697FA (or 0xE697FA) is known color: Violet. HEX triplet: E6, 97 and FA. RGB value is (230,151,250). Sum of RGB (Red+Green+Blue) = 230+151+250=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 151 (59.38% from 255 or 23.93% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #E697FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697FA is #196805. Grayscale: #B9B9B9. Windows color (decimal): -1665030 or 16422886. OLE color: 16422886.

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

Color convert

RGB 230 151 250 -
CMYK 0.08 0.40 0 0.02
HSL 287.88º 0.91% 0.79% -
HSV(B) 287.88º 0.4% 0.98% -
XYZ 60.96 45.86 96.08 -
YUV 185.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 230 151 250 0.08 0.40 0 0.02 287.88 0.91 0.79
Hex E6 97 FA 8 28 0 2 120 5B 4F
Octal 346 227 372 10 50 0 2 440 133 117
Binary 11100110 10010111 11111010 1000 101000 0 10 100100000 1011011 1001111

Color Harmonies of #E697FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697FA

Black with #E697FA

Text Example


Text Example

White with #E697FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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