Html Css Color HEX #E074F0 Heliotrope

📋 copy color: '#E074F0'

red 224 ◦ green 116 ◦ blue 240

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

Shades of Heliotrope #E074F0

Tints of Heliotrope #E074F0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20%

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

R = 38.62%
G = 20%
B = 41.38%

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

#E074F0 (or 0xE074F0) is known color: Heliotrope. HEX triplet: E0, 74 and F0. RGB value is (224,116,240). Sum of RGB (Red+Green+Blue) = 224+116+240=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #E074F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074F0 is #1F8B0F. Grayscale: #A2A2A2. Windows color (decimal): -2067216 or 15758560. OLE color: 15758560.

HSL color Cylindrical-coordinate representation of color #E074F0: hue angle of 292.26º 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 #E074F0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 116 240 -
CMYK 0.07 0.52 0 0.06
HSL 292.26º 0.81% 0.7% -
HSV(B) 292.26º 0.52% 0.94% -
XYZ 52.71 34.63 86.34 -
YUV 162.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 224 116 240 0.07 0.52 0 0.06 292.26 0.81 0.7
Hex E0 74 F0 7 34 0 6 124 51 46
Octal 340 164 360 7 64 0 6 444 121 106
Binary 11100000 1110100 11110000 111 110100 0 110 100100100 1010001 1000110

Color Harmonies of #E074F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074F0

Black with #E074F0

Text Example


Text Example

White with #E074F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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