Html Css Color HEX #E073F0 Heliotrope

📋 copy color: '#E073F0'

red 224 ◦ green 115 ◦ blue 240

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

Shades of Heliotrope #E073F0

Tints of Heliotrope #E073F0

RGB

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

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

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

R = 38.69%
G = 19.86%
B = 41.45%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E073F0 (or 0xE073F0) is known color: Heliotrope. HEX triplet: E0, 73 and F0. RGB value is (224,115,240). Sum of RGB (Red+Green+Blue) = 224+115+240=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #E073F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E073F0 is #1F8C0F. Grayscale: #A1A1A1. Windows color (decimal): -2067472 or 15758304. OLE color: 15758304.

HSL color Cylindrical-coordinate representation of color #E073F0: hue angle of 292.32º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E073F0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 115 240 -
CMYK 0.07 0.52 0 0.06
HSL 292.32º 0.81% 0.7% -
HSV(B) 292.32º 0.52% 0.94% -
XYZ 52.6 34.4 86.31 -
YUV 161.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 224 115 240 0.07 0.52 0 0.06 292.32 0.81 0.7
Hex E0 73 F0 7 34 0 6 124 51 46
Octal 340 163 360 7 64 0 6 444 121 106
Binary 11100000 1110011 11110000 111 110100 0 110 100100100 1010001 1000110

Color Harmonies of #E073F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073F0

Black with #E073F0

Text Example


Text Example

White with #E073F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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