Html Css Color HEX #E76DFA Heliotrope

📋 copy color: '#E76DFA'

red 231 ◦ green 109 ◦ blue 250

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

Shades of Heliotrope #E76DFA

Tints of Heliotrope #E76DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.47%

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

R = 39.15%
G = 18.47%
B = 42.37%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E76DFA (or 0xE76DFA) is known color: Heliotrope. HEX triplet: E7, 6D and FA. RGB value is (231,109,250). Sum of RGB (Red+Green+Blue) = 231+109+250=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 109 (42.97% from 255 or 18.47% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #E76DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76DFA is #189205. Grayscale: #A1A1A1. Windows color (decimal): -1610246 or 16412135. OLE color: 16412135.

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

Color convert

RGB 231 109 250 -
CMYK 0.08 0.56 0 0.02
HSL 291.91º 0.93% 0.7% -
HSV(B) 291.91º 0.56% 0.98% -
XYZ 55.68 34.83 94.23 -
YUV 161.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 231 109 250 0.08 0.56 0 0.02 291.91 0.93 0.7
Hex E7 6D FA 8 38 0 2 124 5D 46
Octal 347 155 372 10 70 0 2 444 135 106
Binary 11100111 1101101 11111010 1000 111000 0 10 100100100 1011101 1000110

Color Harmonies of #E76DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DFA

Black with #E76DFA

Text Example


Text Example

White with #E76DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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