Html Css Color HEX #E696FA Violet

📋 copy color: '#E696FA'

red 230 ◦ green 150 ◦ blue 250

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

Shades of Violet #E696FA

Tints of Violet #E696FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.81%

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

R = 36.51%
G = 23.81%
B = 39.68%

CMYK

 C value IS 0.08

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E696FA (or 0xE696FA) is known color: Violet. HEX triplet: E6, 96 and FA. RGB value is (230,150,250). Sum of RGB (Red+Green+Blue) = 230+150+250=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #E696FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696FA is #196905. Grayscale: #B9B9B9. Windows color (decimal): -1665286 or 16422630. OLE color: 16422630.

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

Color convert

RGB 230 150 250 -
CMYK 0.08 0.4 0 0.02
HSL 288º 0.91% 0.78% -
HSV(B) 288º 0.4% 0.98% -
XYZ 60.79 45.54 96.03 -
YUV 185.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 230 150 250 0.08 0.4 0 0.02 288 0.91 0.78
Hex E6 96 FA 8 28 0 2 120 5B 4E
Octal 346 226 372 10 50 0 2 440 133 116
Binary 11100110 10010110 11111010 1000 101000 0 10 100100000 1011011 1001110

Color Harmonies of #E696FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696FA

Black with #E696FA

Text Example


Text Example

White with #E696FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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