Html Css Color HEX #E77EFA Heliotrope

📋 copy color: '#E77EFA'

red 231 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #E77EFA

Tints of Heliotrope #E77EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.76%

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 38.06%
G = 20.76%
B = 41.19%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E77EFA (or 0xE77EFA) is known color: Heliotrope. HEX triplet: E7, 7E and FA. RGB value is (231,126,250). Sum of RGB (Red+Green+Blue) = 231+126+250=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 126 (49.61% from 255 or 20.76% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #E77EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77EFA is #188105. Grayscale: #ABABAB. Windows color (decimal): -1605894 or 16416487. OLE color: 16416487.

HSL color Cylindrical-coordinate representation of color #E77EFA: hue angle of 290.81º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77EFA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 126 250 -
CMYK 0.08 0.50 0 0.02
HSL 290.81º 0.93% 0.74% -
HSV(B) 290.81º 0.5% 0.98% -
XYZ 57.67 38.81 94.89 -
YUV 171.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 231 126 250 0.08 0.50 0 0.02 290.81 0.93 0.74
Hex E7 7E FA 8 32 0 2 123 5D 4A
Octal 347 176 372 10 62 0 2 443 135 112
Binary 11100111 1111110 11111010 1000 110010 0 10 100100011 1011101 1001010

Color Harmonies of #E77EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77EFA

Black with #E77EFA

Text Example


Text Example

White with #E77EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77EFA; }

 p { color: rgb(231,126,250); }

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

background-color css

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

 a { background-color: rgb(231,126,250); }

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

border-color css

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

 span { border-color: rgb(231,126,250); }

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