Html Css Color HEX #E76AFE Heliotrope

📋 copy color: '#E76AFE'

red 231 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #E76AFE

Tints of Heliotrope #E76AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.94%

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 39.09%
G = 17.94%
B = 42.98%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E76AFE (or 0xE76AFE) is known color: Heliotrope. HEX triplet: E7, 6A and FE. RGB value is (231,106,254). Sum of RGB (Red+Green+Blue) = 231+106+254=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #E76AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76AFE is #189501. Grayscale: #9F9F9F. Windows color (decimal): -1611010 or 16673511. OLE color: 16673511.

HSL color Cylindrical-coordinate representation of color #E76AFE: hue angle of 290.68º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76AFE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 106 254 -
CMYK 0.09 0.58 0 0.00
HSL 290.68º 0.99% 0.71% -
HSV(B) 290.68º 0.58% 1% -
XYZ 56 34.45 97.46 -
YUV 160.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 231 106 254 0.09 0.58 0 0.00 290.68 0.99 0.71
Hex E7 6A FE 9 3A 0 0 123 63 47
Octal 347 152 376 11 72 0 0 443 143 107
Binary 11100111 1101010 11111110 1001 111010 0 0 100100011 1100011 1000111

Color Harmonies of #E76AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AFE

Black with #E76AFE

Text Example


Text Example

White with #E76AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AFE; }

 p { color: rgb(231,106,254); }

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

background-color css

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

 a { background-color: rgb(231,106,254); }

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

border-color css

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

 span { border-color: rgb(231,106,254); }

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