#E07EFF

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

Shades of Heliotrope #E07EFF

Tints of Heliotrope #E07EFF

Color information

#E07EFF (or 0xE07EFF) is unknown color: approx Heliotrope. HEX triplet: E0, 7E and FF. RGB value is (224,126,255). Sum of RGB (Red+Green+Blue) = 224+126+255=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 126 (49.61% from 255 or 20.83% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #E07EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07EFF is #1F8100. Grayscale: #A9A9A9. Windows color (decimal): -2064641 or 16744160. OLE color: 16744160.

HSL color Cylindrical-coordinate representation of color #E07EFF: hue angle of 285.58º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E07EFF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224126255-
CMYK0.120.5100
HSL285.58º100%74.71%-
HSV(B)285.58º50.59%100%-
XYZ56.2537.9998.98-
YUV170.01175.97166.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 126 (49.61% from 255) = 20.83%
BLUE value IS 255 (100% from 255) = 42.15%
R=37.02%
G=20.83%
B=42.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241262550.120.5100285.5810074.71
HexE07EFFC330011e644b
Octal340176377146300436144113
Binary1110000011111101111111111001100110010001111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07EFF; }

 p { color: rgb(224,126,255); }

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

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

 a { background-color: rgb(224,126,255); }

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

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

 span { border-color: rgb(224,126,255); }

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