#E065F9

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

Shades of Heliotrope #E065F9

Tints of Heliotrope #E065F9

Color information

#E065F9 (or 0xE065F9) is unknown color: approx Heliotrope. HEX triplet: E0, 65 and F9. RGB value is (224,101,249). Sum of RGB (Red+Green+Blue) = 224+101+249=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #E065F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065F9 is #1F9A06. Grayscale: #9A9A9A. Windows color (decimal): -2071047 or 16344544. OLE color: 16344544.

HSL color Cylindrical-coordinate representation of color #E065F9: hue angle of 289.86º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E065F9 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224101249-
CMYK0.100.5900.02
HSL289.86º92.5%68.63%-
HSV(B)289.86º59.44%97.65%-
XYZ52.4931.9993.03-
YUV154.65181.25177.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 101 (39.84% from 255) = 17.60%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=39.02%
G=17.60%
B=43.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241012490.100.5900.02289.8692.568.63
HexE065F9A3B021225c45
Octal340145371127302442134105
Binary11100000110010111111001101011101101010010001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065F9; }

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

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

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

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

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

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

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

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