Html Css Color HEX #E77AF0 Violet

📋 copy color: '#E77AF0'

red 231 ◦ green 122 ◦ blue 240

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

Shades of Violet #E77AF0

Tints of Violet #E77AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 38.95%
G = 20.57%
B = 40.47%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E77AF0 (or 0xE77AF0) is known color: Violet. HEX triplet: E7, 7A and F0. RGB value is (231,122,240). Sum of RGB (Red+Green+Blue) = 231+122+240=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 122 (48.05% from 255 or 20.57% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #E77AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77AF0 is #18850F. Grayscale: #A7A7A7. Windows color (decimal): -1606928 or 15760103. OLE color: 15760103.

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

Color convert

RGB 231 122 240 -
CMYK 0.04 0.49 0 0.06
HSL 295.42º 0.8% 0.71% -
HSV(B) 295.42º 0.49% 0.94% -
XYZ 55.64 37.2 86.69 -
YUV 168.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 231 122 240 0.04 0.49 0 0.06 295.42 0.8 0.71
Hex E7 7A F0 4 31 0 6 127 50 47
Octal 347 172 360 4 61 0 6 447 120 107
Binary 11100111 1111010 11110000 100 110001 0 110 100100111 1010000 1000111

Color Harmonies of #E77AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AF0

Black with #E77AF0

Text Example


Text Example

White with #E77AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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