Html Css Color HEX #E77BF5 Violet

📋 copy color: '#E77BF5'

red 231 ◦ green 123 ◦ blue 245

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

Shades of Violet #E77BF5

Tints of Violet #E77BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.9%

R = 38.56%
G = 20.53%
B = 40.9%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E77BF5 (or 0xE77BF5) is known color: Violet. HEX triplet: E7, 7B and F5. RGB value is (231,123,245). Sum of RGB (Red+Green+Blue) = 231+123+245=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #E77BF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77BF5 is #18840A. Grayscale: #A8A8A8. Windows color (decimal): -1606667 or 16088039. OLE color: 16088039.

HSL color Cylindrical-coordinate representation of color #E77BF5: hue angle of 293.11º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77BF5 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 123 245 -
CMYK 0.06 0.50 0 0.04
HSL 293.11º 0.86% 0.72% -
HSV(B) 293.11º 0.5% 0.96% -
XYZ 56.52 37.75 90.69 -
YUV 169.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 231 123 245 0.06 0.50 0 0.04 293.11 0.86 0.72
Hex E7 7B F5 6 32 0 4 125 56 48
Octal 347 173 365 6 62 0 4 445 126 110
Binary 11100111 1111011 11110101 110 110010 0 100 100100101 1010110 1001000

Color Harmonies of #E77BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BF5

Black with #E77BF5

Text Example


Text Example

White with #E77BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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