#E065F6

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

Shades of Heliotrope #E065F6

Tints of Heliotrope #E065F6

Color information

#E065F6 (or 0xE065F6) is unknown color: approx Heliotrope. HEX triplet: E0, 65 and F6. RGB value is (224,101,246). Sum of RGB (Red+Green+Blue) = 224+101+246=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 101 (39.84% from 255 or 17.69% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #E065F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065F6 is #1F9A09. Grayscale: #999999. Windows color (decimal): -2071050 or 16147936. OLE color: 16147936.

HSL color Cylindrical-coordinate representation of color #E065F6: hue angle of 290.9º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E065F6 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224101246-
CMYK0.090.5900.04
HSL290.9º88.96%68.04%-
HSV(B)290.9º58.94%96.47%-
XYZ52.0331.8190.59-
YUV154.31179.75177.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 101 (39.84% from 255) = 17.69%
BLUE value IS 246 (96.48% from 255) = 43.08%
R=39.23%
G=17.69%
B=43.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241012460.090.5900.04290.988.9668.04
HexE065F693B041235944
Octal340145366117304443131104
Binary111000001100101111101101001111011010010010001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065F6; }

 p { color: rgb(224,101,246); }

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

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

 a { background-color: rgb(224,101,246); }

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

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

 span { border-color: rgb(224,101,246); }

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