Html Css Color HEX #E76CF0 Heliotrope

📋 copy color: '#E76CF0'

red 231 ◦ green 108 ◦ blue 240

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

Shades of Heliotrope #E76CF0

Tints of Heliotrope #E76CF0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.65%

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

R = 39.9%
G = 18.65%
B = 41.45%

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

#E76CF0 (or 0xE76CF0) is known color: Heliotrope. HEX triplet: E7, 6C and F0. RGB value is (231,108,240). Sum of RGB (Red+Green+Blue) = 231+108+240=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #E76CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76CF0 is #18930F. Grayscale: #9F9F9F. Windows color (decimal): -1610512 or 15756519. OLE color: 15756519.

HSL color Cylindrical-coordinate representation of color #E76CF0: hue angle of 295.91º 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 #E76CF0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 108 240 -
CMYK 0.04 0.55 0 0.06
HSL 295.91º 0.81% 0.68% -
HSV(B) 295.91º 0.55% 0.94% -
XYZ 54.05 34.01 86.15 -
YUV 159.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 231 108 240 0.04 0.55 0 0.06 295.91 0.81 0.68
Hex E7 6C F0 4 37 0 6 128 51 44
Octal 347 154 360 4 67 0 6 450 121 104
Binary 11100111 1101100 11110000 100 110111 0 110 100101000 1010001 1000100

Color Harmonies of #E76CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CF0

Black with #E76CF0

Text Example


Text Example

White with #E76CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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