Html Css Color HEX #E770F4 Heliotrope

📋 copy color: '#E770F4'

red 231 ◦ green 112 ◦ blue 244

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

Shades of Heliotrope #E770F4

Tints of Heliotrope #E770F4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.08%

 BLUE value IS 244 (95.7% from 255) = 41.57%

R = 39.35%
G = 19.08%
B = 41.57%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E770F4 (or 0xE770F4) is known color: Heliotrope. HEX triplet: E7, 70 and F4. RGB value is (231,112,244). Sum of RGB (Red+Green+Blue) = 231+112+244=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #E770F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770F4 is #188F0B. Grayscale: #A2A2A2. Windows color (decimal): -1609484 or 16019687. OLE color: 16019687.

HSL color Cylindrical-coordinate representation of color #E770F4: hue angle of 294.09º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E770F4 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 112 244 -
CMYK 0.05 0.54 0 0.04
HSL 294.09º 0.86% 0.7% -
HSV(B) 294.09º 0.54% 0.96% -
XYZ 55.08 35.11 89.46 -
YUV 162.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 231 112 244 0.05 0.54 0 0.04 294.09 0.86 0.7
Hex E7 70 F4 5 36 0 4 126 56 46
Octal 347 160 364 5 66 0 4 446 126 106
Binary 11100111 1110000 11110100 101 110110 0 100 100100110 1010110 1000110

Color Harmonies of #E770F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770F4

Black with #E770F4

Text Example


Text Example

White with #E770F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770F4; }

 p { color: rgb(231,112,244); }

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

background-color css

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

 a { background-color: rgb(231,112,244); }

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

border-color css

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

 span { border-color: rgb(231,112,244); }

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