Html Css Color HEX #E697F1 Violet

📋 copy color: '#E697F1'

red 230 ◦ green 151 ◦ blue 241

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

Shades of Violet #E697F1

Tints of Violet #E697F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.75%

R = 36.98%
G = 24.28%
B = 38.75%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E697F1 (or 0xE697F1) is known color: Violet. HEX triplet: E6, 97 and F1. RGB value is (230,151,241). Sum of RGB (Red+Green+Blue) = 230+151+241=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #E697F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697F1 is #19680E. Grayscale: #B8B8B8. Windows color (decimal): -1665039 or 15833062. OLE color: 15833062.

HSL color Cylindrical-coordinate representation of color #E697F1: hue angle of 292.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E697F1 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 151 241 -
CMYK 0.05 0.37 0 0.05
HSL 292.67º 0.76% 0.77% -
HSV(B) 292.67º 0.37% 0.95% -
XYZ 59.58 45.31 88.82 -
YUV 184.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 230 151 241 0.05 0.37 0 0.05 292.67 0.76 0.77
Hex E6 97 F1 5 25 0 5 125 4C 4D
Octal 346 227 361 5 45 0 5 445 114 115
Binary 11100110 10010111 11110001 101 100101 0 101 100100101 1001100 1001101

Color Harmonies of #E697F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697F1

Black with #E697F1

Text Example


Text Example

White with #E697F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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