Html Css Color HEX #E77BF1 Violet

📋 copy color: '#E77BF1'

red 231 ◦ green 123 ◦ blue 241

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

Shades of Violet #E77BF1

Tints of Violet #E77BF1

RGB

 RED value IS 231 (90.63% from 255) = 38.82%

 GREEN value IS 123 (48.44% from 255) = 20.67%

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

R = 38.82%
G = 20.67%
B = 40.5%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E77BF1 (or 0xE77BF1) is known color: Violet. HEX triplet: E7, 7B and F1. RGB value is (231,123,241). Sum of RGB (Red+Green+Blue) = 231+123+241=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #E77BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77BF1 is #18840E. Grayscale: #A8A8A8. Windows color (decimal): -1606671 or 15825895. OLE color: 15825895.

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

Color convert

RGB 231 123 241 -
CMYK 0.04 0.49 0 0.05
HSL 294.92º 0.81% 0.71% -
HSV(B) 294.92º 0.49% 0.95% -
XYZ 55.92 37.51 87.51 -
YUV 168.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 231 123 241 0.04 0.49 0 0.05 294.92 0.81 0.71
Hex E7 7B F1 4 31 0 5 127 51 47
Octal 347 173 361 4 61 0 5 447 121 107
Binary 11100111 1111011 11110001 100 110001 0 101 100100111 1010001 1000111

Color Harmonies of #E77BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BF1

Black with #E77BF1

Text Example


Text Example

White with #E77BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BF1; }

 p { color: rgb(231,123,241); }

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

background-color css

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

 a { background-color: rgb(231,123,241); }

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

border-color css

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

 span { border-color: rgb(231,123,241); }

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