Html Css Color HEX #E77AFA Heliotrope

📋 copy color: '#E77AFA'

red 231 ◦ green 122 ◦ blue 250

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

Shades of Heliotrope #E77AFA

Tints of Heliotrope #E77AFA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.23%

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

R = 38.31%
G = 20.23%
B = 41.46%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E77AFA (or 0xE77AFA) is known color: Heliotrope. HEX triplet: E7, 7A and FA. RGB value is (231,122,250). Sum of RGB (Red+Green+Blue) = 231+122+250=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 122 (48.05% from 255 or 20.23% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #E77AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77AFA is #188505. Grayscale: #A8A8A8. Windows color (decimal): -1606918 or 16415463. OLE color: 16415463.

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

Color convert

RGB 231 122 250 -
CMYK 0.08 0.51 0 0.02
HSL 291.09º 0.93% 0.73% -
HSV(B) 291.09º 0.51% 0.98% -
XYZ 57.17 37.81 94.73 -
YUV 169.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 231 122 250 0.08 0.51 0 0.02 291.09 0.93 0.73
Hex E7 7A FA 8 33 0 2 123 5D 49
Octal 347 172 372 10 63 0 2 443 135 111
Binary 11100111 1111010 11111010 1000 110011 0 10 100100011 1011101 1001001

Color Harmonies of #E77AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AFA

Black with #E77AFA

Text Example


Text Example

White with #E77AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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