Html Css Color HEX #E77AFD Heliotrope

📋 copy color: '#E77AFD'

red 231 ◦ green 122 ◦ blue 253

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

Shades of Heliotrope #E77AFD

Tints of Heliotrope #E77AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.75%

R = 38.12%
G = 20.13%
B = 41.75%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E77AFD (or 0xE77AFD) is known color: Heliotrope. HEX triplet: E7, 7A and FD. RGB value is (231,122,253). Sum of RGB (Red+Green+Blue) = 231+122+253=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #E77AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77AFD is #188502. Grayscale: #A9A9A9. Windows color (decimal): -1606915 or 16612071. OLE color: 16612071.

HSL color Cylindrical-coordinate representation of color #E77AFD: hue angle of 289.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77AFD is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 122 253 -
CMYK 0.09 0.52 0 0.01
HSL 289.92º 0.97% 0.74% -
HSV(B) 289.92º 0.52% 0.99% -
XYZ 57.64 38 97.23 -
YUV 169.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 231 122 253 0.09 0.52 0 0.01 289.92 0.97 0.74
Hex E7 7A FD 9 34 0 1 122 61 4A
Octal 347 172 375 11 64 0 1 442 141 112
Binary 11100111 1111010 11111101 1001 110100 0 1 100100010 1100001 1001010

Color Harmonies of #E77AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AFD

Black with #E77AFD

Text Example


Text Example

White with #E77AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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