Html Css Color HEX #E772FA Heliotrope

📋 copy color: '#E772FA'

red 231 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #E772FA

Tints of Heliotrope #E772FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 38.82%
G = 19.16%
B = 42.02%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E772FA (or 0xE772FA) is known color: Heliotrope. HEX triplet: E7, 72 and FA. RGB value is (231,114,250). Sum of RGB (Red+Green+Blue) = 231+114+250=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 114 (44.92% from 255 or 19.16% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #E772FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E772FA is #188D05. Grayscale: #A4A4A4. Windows color (decimal): -1608966 or 16413415. OLE color: 16413415.

HSL color Cylindrical-coordinate representation of color #E772FA: hue angle of 291.62º degrees, saturation: 0.93, 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 #E772FA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 114 250 -
CMYK 0.08 0.54 0 0.02
HSL 291.62º 0.93% 0.71% -
HSV(B) 291.62º 0.54% 0.98% -
XYZ 56.23 35.93 94.41 -
YUV 164.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 231 114 250 0.08 0.54 0 0.02 291.62 0.93 0.71
Hex E7 72 FA 8 36 0 2 124 5D 47
Octal 347 162 372 10 66 0 2 444 135 107
Binary 11100111 1110010 11111010 1000 110110 0 10 100100100 1011101 1000111

Color Harmonies of #E772FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772FA

Black with #E772FA

Text Example


Text Example

White with #E772FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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