Html Css Color HEX #E073F9 Heliotrope

📋 copy color: '#E073F9'

red 224 ◦ green 115 ◦ blue 249

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

Shades of Heliotrope #E073F9

Tints of Heliotrope #E073F9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.56%

 BLUE value IS 249 (97.66% from 255) = 42.35%

R = 38.1%
G = 19.56%
B = 42.35%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E073F9 (or 0xE073F9) is known color: Heliotrope. HEX triplet: E0, 73 and F9. RGB value is (224,115,249). Sum of RGB (Red+Green+Blue) = 224+115+249=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #E073F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E073F9 is #1F8C06. Grayscale: #A2A2A2. Windows color (decimal): -2067463 or 16348128. OLE color: 16348128.

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

Color convert

RGB 224 115 249 -
CMYK 0.10 0.54 0 0.02
HSL 288.81º 0.92% 0.71% -
HSV(B) 288.81º 0.54% 0.98% -
XYZ 53.97 34.95 93.52 -
YUV 162.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 224 115 249 0.10 0.54 0 0.02 288.81 0.92 0.71
Hex E0 73 F9 A 36 0 2 121 5C 47
Octal 340 163 371 12 66 0 2 441 134 107
Binary 11100000 1110011 11111001 1010 110110 0 10 100100001 1011100 1000111

Color Harmonies of #E073F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073F9

Black with #E073F9

Text Example


Text Example

White with #E073F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073F9; }

 p { color: rgb(224,115,249); }

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

background-color css

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

 a { background-color: rgb(224,115,249); }

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

border-color css

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

 span { border-color: rgb(224,115,249); }

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