Html Css Color HEX #E049FA Heliotrope

📋 copy color: '#E049FA'

red 224 ◦ green 73 ◦ blue 250

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

Shades of Heliotrope #E049FA

Tints of Heliotrope #E049FA

RGB

 RED value IS 224 (87.89% from 255) = 40.95%

 GREEN value IS 73 (28.91% from 255) = 13.35%

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

R = 40.95%
G = 13.35%
B = 45.7%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E049FA (or 0xE049FA) is known color: Heliotrope. HEX triplet: E0, 49 and FA. RGB value is (224,73,250). Sum of RGB (Red+Green+Blue) = 224+73+250=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 73 (28.91% from 255 or 13.35% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #E049FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E049FA is #1FB605. Grayscale: #898989. Windows color (decimal): -2078214 or 16402912. OLE color: 16402912.

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

Color convert

RGB 224 73 250 -
CMYK 0.10 0.71 0 0.02
HSL 291.19º 0.95% 0.63% -
HSV(B) 291.19º 0.71% 0.98% -
XYZ 50.38 27.51 93.1 -
YUV 138.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 224 73 250 0.10 0.71 0 0.02 291.19 0.95 0.63
Hex E0 49 FA A 47 0 2 123 5F 3F
Octal 340 111 372 12 107 0 2 443 137 77
Binary 11100000 1001001 11111010 1010 1000111 0 10 100100011 1011111 111111

Color Harmonies of #E049FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049FA

Black with #E049FA

Text Example


Text Example

White with #E049FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049FA; }

 p { color: rgb(224,73,250); }

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

background-color css

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

 a { background-color: rgb(224,73,250); }

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

border-color css

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

 span { border-color: rgb(224,73,250); }

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