#e07ff5

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

Shades of Heliotrope #E07FF5

Tints of Heliotrope #E07FF5

Color information

#E07FF5 (or 0xE07FF5) is unknown color: approx Heliotrope. HEX triplet: E0, 7F and F5. RGB value is (224,127,245). Sum of RGB (Red+Green+Blue) = 224+127+245=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #E07FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FF5 is #1F800A. Grayscale: #A9A9A9. Windows color (decimal): -2064395 or 16089056. OLE color: 16089056.

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

Color convert

RGB224127245-
CMYK0.090.4800.04
HSL289.32º85.51%72.94%-
HSV(B)289.32º48.16%96.08%-
XYZ54.8137.6290.76-
YUV169.46170.64166.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 127 (50% from 255) = 21.31%
BLUE value IS 245 (96.09% from 255) = 41.11%
R=37.58%
G=21.31%
B=41.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241272450.090.4800.04289.3285.5172.94
HexE07FF5930041215649
Octal340177365116004441126111
Binary111000001111111111101011001110000010010010000110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e07ff5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e07ff5; }

 p { color: rgb(224,127,245); }

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

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

 a { background-color: rgb(224,127,245); }

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

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

 span { border-color: rgb(224,127,245); }

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