Html Css Color HEX #E76DF0 Heliotrope

📋 copy color: '#E76DF0'

red 231 ◦ green 109 ◦ blue 240

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

Shades of Heliotrope #E76DF0

Tints of Heliotrope #E76DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.38%

R = 39.83%
G = 18.79%
B = 41.38%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E76DF0 (or 0xE76DF0) is known color: Heliotrope. HEX triplet: E7, 6D and F0. RGB value is (231,109,240). Sum of RGB (Red+Green+Blue) = 231+109+240=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #E76DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76DF0 is #18920F. Grayscale: #A0A0A0. Windows color (decimal): -1610256 or 15756775. OLE color: 15756775.

HSL color Cylindrical-coordinate representation of color #E76DF0: hue angle of 295.88º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76DF0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 109 240 -
CMYK 0.04 0.55 0 0.06
HSL 295.88º 0.81% 0.68% -
HSV(B) 295.88º 0.55% 0.94% -
XYZ 54.15 34.22 86.19 -
YUV 160.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 231 109 240 0.04 0.55 0 0.06 295.88 0.81 0.68
Hex E7 6D F0 4 37 0 6 128 51 44
Octal 347 155 360 4 67 0 6 450 121 104
Binary 11100111 1101101 11110000 100 110111 0 110 100101000 1010001 1000100

Color Harmonies of #E76DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DF0

Black with #E76DF0

Text Example


Text Example

White with #E76DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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