Html Css Color HEX #E776FC Heliotrope

📋 copy color: '#E776FC'

red 231 ◦ green 118 ◦ blue 252

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

Shades of Heliotrope #E776FC

Tints of Heliotrope #E776FC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.63%

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 38.44%
G = 19.63%
B = 41.93%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E776FC (or 0xE776FC) is known color: Heliotrope. HEX triplet: E7, 76 and FC. RGB value is (231,118,252). Sum of RGB (Red+Green+Blue) = 231+118+252=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 118 (46.48% from 255 or 19.63% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #E776FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E776FC is #188903. Grayscale: #A6A6A6. Windows color (decimal): -1607940 or 16545511. OLE color: 16545511.

HSL color Cylindrical-coordinate representation of color #E776FC: hue angle of 290.6º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E776FC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 118 252 -
CMYK 0.08 0.53 0 0.01
HSL 290.6º 0.96% 0.73% -
HSV(B) 290.6º 0.53% 0.99% -
XYZ 57 36.97 96.23 -
YUV 167.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 231 118 252 0.08 0.53 0 0.01 290.6 0.96 0.73
Hex E7 76 FC 8 35 0 1 123 60 49
Octal 347 166 374 10 65 0 1 443 140 111
Binary 11100111 1110110 11111100 1000 110101 0 1 100100011 1100000 1001001

Color Harmonies of #E776FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776FC

Black with #E776FC

Text Example


Text Example

White with #E776FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776FC; }

 p { color: rgb(231,118,252); }

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

background-color css

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

 a { background-color: rgb(231,118,252); }

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

border-color css

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

 span { border-color: rgb(231,118,252); }

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