Html Css Color HEX #E76EF0 Violet

📋 copy color: '#E76EF0'

red 231 ◦ green 110 ◦ blue 240

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

Shades of Violet #E76EF0

Tints of Violet #E76EF0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.93%

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

R = 39.76%
G = 18.93%
B = 41.31%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E76EF0 (or 0xE76EF0) is known color: Violet. HEX triplet: E7, 6E and F0. RGB value is (231,110,240). Sum of RGB (Red+Green+Blue) = 231+110+240=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #E76EF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76EF0 is #18910F. Grayscale: #A0A0A0. Windows color (decimal): -1610000 or 15757031. OLE color: 15757031.

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

Color convert

RGB 231 110 240 -
CMYK 0.04 0.54 0 0.06
HSL 295.85º 0.81% 0.69% -
HSV(B) 295.85º 0.54% 0.94% -
XYZ 54.26 34.43 86.22 -
YUV 161 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 231 110 240 0.04 0.54 0 0.06 295.85 0.81 0.69
Hex E7 6E F0 4 36 0 6 128 51 45
Octal 347 156 360 4 66 0 6 450 121 105
Binary 11100111 1101110 11110000 100 110110 0 110 100101000 1010001 1000101

Color Harmonies of #E76EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76EF0

Black with #E76EF0

Text Example


Text Example

White with #E76EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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