Html Css Color HEX #E76AF0 Heliotrope

📋 copy color: '#E76AF0'

red 231 ◦ green 106 ◦ blue 240

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

Shades of Heliotrope #E76AF0

Tints of Heliotrope #E76AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.37%

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

R = 40.03%
G = 18.37%
B = 41.59%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E76AF0 (or 0xE76AF0) is known color: Heliotrope. HEX triplet: E7, 6A and F0. RGB value is (231,106,240). Sum of RGB (Red+Green+Blue) = 231+106+240=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 106 (41.80% from 255 or 18.37% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #E76AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76AF0 is #18950F. Grayscale: #9E9E9E. Windows color (decimal): -1611024 or 15756007. OLE color: 15756007.

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

Color convert

RGB 231 106 240 -
CMYK 0.04 0.56 0 0.06
HSL 295.97º 0.82% 0.68% -
HSV(B) 295.97º 0.56% 0.94% -
XYZ 53.84 33.59 86.08 -
YUV 158.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 231 106 240 0.04 0.56 0 0.06 295.97 0.82 0.68
Hex E7 6A F0 4 38 0 6 128 52 44
Octal 347 152 360 4 70 0 6 450 122 104
Binary 11100111 1101010 11110000 100 111000 0 110 100101000 1010010 1000100

Color Harmonies of #E76AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AF0

Black with #E76AF0

Text Example


Text Example

White with #E76AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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