Html Css Color HEX #E76DFC Heliotrope

📋 copy color: '#E76DFC'

red 231 ◦ green 109 ◦ blue 252

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

Shades of Heliotrope #E76DFC

Tints of Heliotrope #E76DFC

RGB

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

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

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

R = 39.02%
G = 18.41%
B = 42.57%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E76DFC (or 0xE76DFC) is known color: Heliotrope. HEX triplet: E7, 6D and FC. RGB value is (231,109,252). Sum of RGB (Red+Green+Blue) = 231+109+252=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 109 (42.97% from 255 or 18.41% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #E76DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76DFC is #189203. Grayscale: #A1A1A1. Windows color (decimal): -1610244 or 16543207. OLE color: 16543207.

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

Color convert

RGB 231 109 252 -
CMYK 0.08 0.57 0 0.01
HSL 291.19º 0.96% 0.71% -
HSV(B) 291.19º 0.57% 0.99% -
XYZ 55.99 34.95 95.89 -
YUV 161.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 231 109 252 0.08 0.57 0 0.01 291.19 0.96 0.71
Hex E7 6D FC 8 39 0 1 123 60 47
Octal 347 155 374 10 71 0 1 443 140 107
Binary 11100111 1101101 11111100 1000 111001 0 1 100100011 1100000 1000111

Color Harmonies of #E76DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DFC

Black with #E76DFC

Text Example


Text Example

White with #E76DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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