Html Css Color HEX #E777F2 Violet

📋 copy color: '#E777F2'

red 231 ◦ green 119 ◦ blue 242

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

Shades of Violet #E777F2

Tints of Violet #E777F2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.1%

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 39.02%
G = 20.1%
B = 40.88%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E777F2 (or 0xE777F2) is known color: Violet. HEX triplet: E7, 77 and F2. RGB value is (231,119,242). Sum of RGB (Red+Green+Blue) = 231+119+242=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #E777F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E777F2 is #18880D. Grayscale: #A6A6A6. Windows color (decimal): -1607694 or 15890407. OLE color: 15890407.

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

Color convert

RGB 231 119 242 -
CMYK 0.05 0.51 0 0.05
HSL 294.63º 0.83% 0.71% -
HSV(B) 294.63º 0.51% 0.95% -
XYZ 55.58 36.59 88.14 -
YUV 166.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 231 119 242 0.05 0.51 0 0.05 294.63 0.83 0.71
Hex E7 77 F2 5 33 0 5 127 53 47
Octal 347 167 362 5 63 0 5 447 123 107
Binary 11100111 1110111 11110010 101 110011 0 101 100100111 1010011 1000111

Color Harmonies of #E777F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777F2

Black with #E777F2

Text Example


Text Example

White with #E777F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777F2; }

 p { color: rgb(231,119,242); }

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

background-color css

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

 a { background-color: rgb(231,119,242); }

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

border-color css

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

 span { border-color: rgb(231,119,242); }

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