#E065F1

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

Shades of Heliotrope #E065F1

Tints of Heliotrope #E065F1

Color information

#E065F1 (or 0xE065F1) is unknown color: approx Heliotrope. HEX triplet: E0, 65 and F1. RGB value is (224,101,241). Sum of RGB (Red+Green+Blue) = 224+101+241=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #E065F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065F1 is #1F9A0E. Grayscale: #999999. Windows color (decimal): -2071055 or 15820256. OLE color: 15820256.

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

Color convert

RGB224101241-
CMYK0.070.5800.05
HSL292.71º83.33%67.06%-
HSV(B)292.71º58.09%94.51%-
XYZ51.2731.5186.6-
YUV153.74177.25178.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 101 (39.84% from 255) = 17.84%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=39.58%
G=17.84%
B=42.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241012410.070.5800.05292.7183.3367.06
HexE065F173A051255343
Octal34014536177205445123103
Binary11100000110010111110001111111010010110010010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065F1; }

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

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

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

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

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

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

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

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