Html Css Color HEX #E77AF1 Violet

📋 copy color: '#E77AF1'

red 231 ◦ green 122 ◦ blue 241

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

Shades of Violet #E77AF1

Tints of Violet #E77AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.54%

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

R = 38.89%
G = 20.54%
B = 40.57%

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

#E77AF1 (or 0xE77AF1) is known color: Violet. HEX triplet: E7, 7A and F1. RGB value is (231,122,241). Sum of RGB (Red+Green+Blue) = 231+122+241=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #E77AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77AF1 is #18850E. Grayscale: #A7A7A7. Windows color (decimal): -1606927 or 15825639. OLE color: 15825639.

HSL color Cylindrical-coordinate representation of color #E77AF1: hue angle of 294.96º 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 #E77AF1 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 122 241 -
CMYK 0.04 0.49 0 0.05
HSL 294.96º 0.81% 0.71% -
HSV(B) 294.96º 0.49% 0.95% -
XYZ 55.79 37.26 87.47 -
YUV 168.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 231 122 241 0.04 0.49 0 0.05 294.96 0.81 0.71
Hex E7 7A F1 4 31 0 5 127 51 47
Octal 347 172 361 4 61 0 5 447 121 107
Binary 11100111 1111010 11110001 100 110001 0 101 100100111 1010001 1000111

Color Harmonies of #E77AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AF1

Black with #E77AF1

Text Example


Text Example

White with #E77AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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