#E064F1

Color #E064F1 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E064F1

Tints of Heliotrope #E064F1

Color information

#E064F1 (or 0xE064F1) is unknown color: approx Heliotrope. HEX triplet: E0, 64 and F1. RGB value is (224,100,241). Sum of RGB (Red+Green+Blue) = 224+100+241=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 100 (39.45% from 255 or 17.70% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #E064F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E064F1 is #1F9B0E. Grayscale: #989898. Windows color (decimal): -2071311 or 15820000. OLE color: 15820000.

HSL color Cylindrical-coordinate representation of color #E064F1: hue angle of 292.77º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E064F1 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224100241-
CMYK0.070.5900.05
HSL292.77º83.43%66.86%-
HSV(B)292.77º58.51%94.51%-
XYZ51.1731.3186.57-
YUV153.15177.58178.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 100 (39.45% from 255) = 17.70%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=39.65%
G=17.70%
B=42.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241002410.070.5900.05292.7783.4366.86
HexE064F173B051255343
Octal34014436177305445123103
Binary11100000110010011110001111111011010110010010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E064F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E064F1; }

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

 H1.HeaderClassName
 {
   color: #E064F1;
 }
 .AnyTagClassName
 {
   color: #E064F1;
 }
</style>
background-color css

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

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

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

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

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

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