Html Css Color HEX #E379FA Heliotrope

📋 copy color: '#E379FA'

red 227 ◦ green 121 ◦ blue 250

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

Shades of Heliotrope #E379FA

Tints of Heliotrope #E379FA

RGB

 RED value IS 227 (89.06% from 255) = 37.96%

 GREEN value IS 121 (47.66% from 255) = 20.23%

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

R = 37.96%
G = 20.23%
B = 41.81%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E379FA (or 0xE379FA) is known color: Heliotrope. HEX triplet: E3, 79 and FA. RGB value is (227,121,250). Sum of RGB (Red+Green+Blue) = 227+121+250=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 121 (47.66% from 255 or 20.23% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #E379FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379FA is #1C8605. Grayscale: #A6A6A6. Windows color (decimal): -1869318 or 16415203. OLE color: 16415203.

HSL color Cylindrical-coordinate representation of color #E379FA: hue angle of 289.3º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E379FA is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 121 250 -
CMYK 0.09 0.52 0 0.02
HSL 289.3º 0.93% 0.73% -
HSV(B) 289.3º 0.52% 0.98% -
XYZ 55.77 36.91 94.63 -
YUV 167.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 227 121 250 0.09 0.52 0 0.02 289.3 0.93 0.73
Hex E3 79 FA 9 34 0 2 121 5D 49
Octal 343 171 372 11 64 0 2 441 135 111
Binary 11100011 1111001 11111010 1001 110100 0 10 100100001 1011101 1001001

Color Harmonies of #E379FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379FA

Black with #E379FA

Text Example


Text Example

White with #E379FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379FA; }

 p { color: rgb(227,121,250); }

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

background-color css

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

 a { background-color: rgb(227,121,250); }

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

border-color css

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

 span { border-color: rgb(227,121,250); }

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