Html Css Color HEX #E761F5 Heliotrope

📋 copy color: '#E761F5'

red 231 ◦ green 97 ◦ blue 245

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

Shades of Heliotrope #E761F5

Tints of Heliotrope #E761F5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.93%

 BLUE value IS 245 (96.09% from 255) = 42.76%

R = 40.31%
G = 16.93%
B = 42.76%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E761F5 (or 0xE761F5) is known color: Heliotrope. HEX triplet: E7, 61 and F5. RGB value is (231,97,245). Sum of RGB (Red+Green+Blue) = 231+97+245=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 97 (38.28% from 255 or 16.93% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #E761F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E761F5 is #189E0A. Grayscale: #999999. Windows color (decimal): -1613323 or 16081383. OLE color: 16081383.

HSL color Cylindrical-coordinate representation of color #E761F5: hue angle of 294.32º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E761F5 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 97 245 -
CMYK 0.06 0.60 0 0.04
HSL 294.32º 0.88% 0.67% -
HSV(B) 294.32º 0.6% 0.96% -
XYZ 53.71 32.13 89.76 -
YUV 153.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 231 97 245 0.06 0.60 0 0.04 294.32 0.88 0.67
Hex E7 61 F5 6 3C 0 4 126 58 43
Octal 347 141 365 6 74 0 4 446 130 103
Binary 11100111 1100001 11110101 110 111100 0 100 100100110 1011000 1000011

Color Harmonies of #E761F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761F5

Black with #E761F5

Text Example


Text Example

White with #E761F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761F5; }

 p { color: rgb(231,97,245); }

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

background-color css

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

 a { background-color: rgb(231,97,245); }

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

border-color css

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

 span { border-color: rgb(231,97,245); }

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