Html Css Color HEX #E77CF1 Violet

📋 copy color: '#E77CF1'

red 231 ◦ green 124 ◦ blue 241

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

Shades of Violet #E77CF1

Tints of Violet #E77CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.81%

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

R = 38.76%
G = 20.81%
B = 40.44%

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

#E77CF1 (or 0xE77CF1) is known color: Violet. HEX triplet: E7, 7C and F1. RGB value is (231,124,241). Sum of RGB (Red+Green+Blue) = 231+124+241=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #E77CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CF1 is #18830E. Grayscale: #A8A8A8. Windows color (decimal): -1606415 or 15826151. OLE color: 15826151.

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

Color convert

RGB 231 124 241 -
CMYK 0.04 0.49 0 0.05
HSL 294.87º 0.81% 0.72% -
HSV(B) 294.87º 0.49% 0.95% -
XYZ 56.04 37.76 87.55 -
YUV 169.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 231 124 241 0.04 0.49 0 0.05 294.87 0.81 0.72
Hex E7 7C F1 4 31 0 5 127 51 48
Octal 347 174 361 4 61 0 5 447 121 110
Binary 11100111 1111100 11110001 100 110001 0 101 100100111 1010001 1001000

Color Harmonies of #E77CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77CF1

Black with #E77CF1

Text Example


Text Example

White with #E77CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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