Html Css Color HEX #E079F2 Heliotrope

📋 copy color: '#E079F2'

red 224 ◦ green 121 ◦ blue 242

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

Shades of Heliotrope #E079F2

Tints of Heliotrope #E079F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.23%

R = 38.16%
G = 20.61%
B = 41.23%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E079F2 (or 0xE079F2) is known color: Heliotrope. HEX triplet: E0, 79 and F2. RGB value is (224,121,242). Sum of RGB (Red+Green+Blue) = 224+121+242=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 121 (47.66% from 255 or 20.61% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #E079F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E079F2 is #1F860D. Grayscale: #A5A5A5. Windows color (decimal): -2065934 or 15890912. OLE color: 15890912.

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

Color convert

RGB 224 121 242 -
CMYK 0.07 0.50 0 0.05
HSL 291.07º 0.82% 0.71% -
HSV(B) 291.07º 0.5% 0.95% -
XYZ 53.6 35.93 88.11 -
YUV 165.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 224 121 242 0.07 0.50 0 0.05 291.07 0.82 0.71
Hex E0 79 F2 7 32 0 5 123 52 47
Octal 340 171 362 7 62 0 5 443 122 107
Binary 11100000 1111001 11110010 111 110010 0 101 100100011 1010010 1000111

Color Harmonies of #E079F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079F2

Black with #E079F2

Text Example


Text Example

White with #E079F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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