Html Css Color HEX #E079F0 Heliotrope

📋 copy color: '#E079F0'

red 224 ◦ green 121 ◦ blue 240

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

Shades of Heliotrope #E079F0

Tints of Heliotrope #E079F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.03%

R = 38.29%
G = 20.68%
B = 41.03%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E079F0 (or 0xE079F0) is known color: Heliotrope. HEX triplet: E0, 79 and F0. RGB value is (224,121,240). Sum of RGB (Red+Green+Blue) = 224+121+240=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #E079F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E079F0 is #1F860F. Grayscale: #A4A4A4. Windows color (decimal): -2065936 or 15759840. OLE color: 15759840.

HSL color Cylindrical-coordinate representation of color #E079F0: hue angle of 291.93º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E079F0 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 121 240 -
CMYK 0.07 0.50 0 0.06
HSL 291.93º 0.8% 0.71% -
HSV(B) 291.93º 0.5% 0.94% -
XYZ 53.31 35.81 86.54 -
YUV 165.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 224 121 240 0.07 0.50 0 0.06 291.93 0.8 0.71
Hex E0 79 F0 7 32 0 6 124 50 47
Octal 340 171 360 7 62 0 6 444 120 107
Binary 11100000 1111001 11110000 111 110010 0 110 100100100 1010000 1000111

Color Harmonies of #E079F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079F0

Black with #E079F0

Text Example


Text Example

White with #E079F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079F0; }

 p { color: rgb(224,121,240); }

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

background-color css

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

 a { background-color: rgb(224,121,240); }

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

border-color css

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

 span { border-color: rgb(224,121,240); }

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