Html Css Color HEX #E064F7 Heliotrope

📋 copy color: '#E064F7'

red 224 ◦ green 100 ◦ blue 247

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

Shades of Heliotrope #E064F7

Tints of Heliotrope #E064F7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.51%

 BLUE value IS 247 (96.88% from 255) = 43.26%

R = 39.23%
G = 17.51%
B = 43.26%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E064F7 (or 0xE064F7) is known color: Heliotrope. HEX triplet: E0, 64 and F7. RGB value is (224,100,247). Sum of RGB (Red+Green+Blue) = 224+100+247=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 100 (39.45% from 255 or 17.51% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #E064F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E064F7 is #1F9B08. Grayscale: #999999. Windows color (decimal): -2071305 or 16213216. OLE color: 16213216.

HSL color Cylindrical-coordinate representation of color #E064F7: hue angle of 290.61º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E064F7 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 224 100 247 -
CMYK 0.09 0.60 0 0.03
HSL 290.61º 0.9% 0.68% -
HSV(B) 290.61º 0.6% 0.97% -
XYZ 52.09 31.68 91.36 -
YUV 153.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 224 100 247 0.09 0.60 0 0.03 290.61 0.9 0.68
Hex E0 64 F7 9 3C 0 3 123 5A 44
Octal 340 144 367 11 74 0 3 443 132 104
Binary 11100000 1100100 11110111 1001 111100 0 11 100100011 1011010 1000100

Color Harmonies of #E064F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064F7

Black with #E064F7

Text Example


Text Example

White with #E064F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064F7; }

 p { color: rgb(224,100,247); }

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

background-color css

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

 a { background-color: rgb(224,100,247); }

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

border-color css

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

 span { border-color: rgb(224,100,247); }

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