#E07DF1

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

Shades of Heliotrope #E07DF1

Tints of Heliotrope #E07DF1

Color information

#E07DF1 (or 0xE07DF1) is unknown color: approx Heliotrope. HEX triplet: E0, 7D and F1. RGB value is (224,125,241). Sum of RGB (Red+Green+Blue) = 224+125+241=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #E07DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DF1 is #1F820E. Grayscale: #A7A7A7. Windows color (decimal): -2064911 or 15826400. OLE color: 15826400.

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

Color convert

RGB224125241-
CMYK0.070.4800.05
HSL291.21º80.56%71.76%-
HSV(B)291.21º48.13%94.51%-
XYZ53.9536.8787.49-
YUV167.82169.3168.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 125 (49.22% from 255) = 21.19%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=37.97%
G=21.19%
B=40.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241252410.070.4800.05291.2180.5671.76
HexE07DF1730051235148
Octal34017536176005443121110
Binary11100000111110111110001111110000010110010001110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DF1; }

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

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

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

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

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

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

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

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