Html Css Color HEX #E97DF1 Violet

📋 copy color: '#E97DF1'

red 233 ◦ green 125 ◦ blue 241

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

Shades of Violet #E97DF1

Tints of Violet #E97DF1

RGB

 RED value IS 233 (91.41% from 255) = 38.9%

 GREEN value IS 125 (49.22% from 255) = 20.87%

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

R = 38.9%
G = 20.87%
B = 40.23%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E97DF1 (or 0xE97DF1) is known color: Violet. HEX triplet: E9, 7D and F1. RGB value is (233,125,241). Sum of RGB (Red+Green+Blue) = 233+125+241=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #E97DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97DF1 is #16820E. Grayscale: #AAAAAA. Windows color (decimal): -1475087 or 15826409. OLE color: 15826409.

HSL color Cylindrical-coordinate representation of color #E97DF1: hue angle of 295.86º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97DF1 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 125 241 -
CMYK 0.03 0.48 0 0.05
HSL 295.86º 0.81% 0.72% -
HSV(B) 295.86º 0.48% 0.95% -
XYZ 56.82 38.34 87.63 -
YUV 170.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 233 125 241 0.03 0.48 0 0.05 295.86 0.81 0.72
Hex E9 7D F1 3 30 0 5 128 51 48
Octal 351 175 361 3 60 0 5 450 121 110
Binary 11101001 1111101 11110001 11 110000 0 101 100101000 1010001 1001000

Color Harmonies of #E97DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97DF1

Black with #E97DF1

Text Example


Text Example

White with #E97DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97DF1; }

 p { color: rgb(233,125,241); }

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

background-color css

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

 a { background-color: rgb(233,125,241); }

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

border-color css

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

 span { border-color: rgb(233,125,241); }

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