Html Css Color HEX #E772F9 Heliotrope

📋 copy color: '#E772F9'

red 231 ◦ green 114 ◦ blue 249

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

Shades of Heliotrope #E772F9

Tints of Heliotrope #E772F9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.19%

 BLUE value IS 249 (97.66% from 255) = 41.92%

R = 38.89%
G = 19.19%
B = 41.92%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E772F9 (or 0xE772F9) is known color: Heliotrope. HEX triplet: E7, 72 and F9. RGB value is (231,114,249). Sum of RGB (Red+Green+Blue) = 231+114+249=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 114 (44.92% from 255 or 19.19% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #E772F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E772F9 is #188D06. Grayscale: #A3A3A3. Windows color (decimal): -1608967 or 16347879. OLE color: 16347879.

HSL color Cylindrical-coordinate representation of color #E772F9: hue angle of 292º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E772F9 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 114 249 -
CMYK 0.07 0.54 0 0.02
HSL 292º 0.92% 0.71% -
HSV(B) 292º 0.54% 0.98% -
XYZ 56.07 35.86 93.59 -
YUV 164.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 231 114 249 0.07 0.54 0 0.02 292 0.92 0.71
Hex E7 72 F9 7 36 0 2 124 5C 47
Octal 347 162 371 7 66 0 2 444 134 107
Binary 11100111 1110010 11111001 111 110110 0 10 100100100 1011100 1000111

Color Harmonies of #E772F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772F9

Black with #E772F9

Text Example


Text Example

White with #E772F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772F9; }

 p { color: rgb(231,114,249); }

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

background-color css

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

 a { background-color: rgb(231,114,249); }

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

border-color css

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

 span { border-color: rgb(231,114,249); }

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